- 13 Apr 2017, 05:00
#2900
Job assign email not sending to recruiter. Test configuration is working fine bt send test email and "Job Order Assigned (Sent to Assigned Recruiter)" also checked. But when I assigned job email not going. What could be wrong?
Code: Select all
*/
define('MAIL_MAILER', 3);
define('MAIL_SENDMAIL_PATH', "/usr/sbin/sendmail");
/* SMTP Settings. You don't need to worry about this unless MAIL_MAILER is
* set to 3. If your server requires authentication, set MAIL_SMTP_AUTH to
* true and configure MAIL_SMTP_USER and MAIL_SMTP_PASS.
*/
define('MAIL_SMTP_HOST', "smtp.gmail.com");
define('MAIL_SMTP_PORT', 465);
define('MAIL_SMTP_AUTH', true);
define('MAIL_SMTP_USER', "[email protected]");
define('MAIL_SMTP_PASS', "mypassword");
//Options: '', 'ssl' or 'tls'
define('MAIL_SMTP_SECURE', "ssl");