Send Application Emails Efficiently Using Mass CV Sender with Gmail SMTP
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.)