Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 548 Bytes

File metadata and controls

21 lines (13 loc) · 548 Bytes

Mass CV Sender

Send Application Emails Efficiently Using Mass CV Sender with Gmail SMTP

App Screenshot

Setup

send.php

$name = 'Your Name';
$cv = 'your_cv.pdf';
$contact_number = '09123456789';

$email_address = 'youremail-address@gmail.com';
$password = 'your-app-password';

To obtain an app password: Navigate to Manage Google Account > Security > App Passwords. (Note: You must enable Two-Factor Authentication (2FA) beforehand.)