Please describe the issue you're having
If you accept the answer, please mark the topic as [SOLVED] by clicking the tick.

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but respect our space and keep your comments directed to the topic at hand.
#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', "mygmail@gmail.com");
define('MAIL_SMTP_PASS', "mypassword");
//Options: '', 'ssl' or 'tls'
define('MAIL_SMTP_SECURE', "ssl");
#4910
I am having the same issue mentioned by itsmesri. Test Email Configuration from Settings -> Administration is working. Emails are working when, for example, Contact owner is changed and checkbox before E-Mail new owner of change is checked. In this case an entry is made in DB email_history table as well.

However, eventhough Job Order Assigned (Sent to Assigned Recruiter) is checked in the Email Configuration screen, emails are not sent when the assigned recruiter is changed. Also, I noticed there is no entry in DB email_history table.

I am using 0.9.5-3 version of OpenCATS.

Could someone help?

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me