-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OPENCATS Email Configuration Testing #577
Comments
Hi, please can you share the error message in the apache error log? Also - PHP 7.2 is the maximum tested & supported. MariaDB v10.x (max 10.6) is required rather than MySQL as some defaults have diverged. Okay, so I just span up a test system and it emails fine - albeit using gmail rather than zoho. This is the gmail config that works; |
Hi Russ Thanks for the response Gmail works. Regards |
no, this may be a 'feature' of using php 7.3 & MySQL unfortunately. I'd change MySQL to MariaDB first and see. Also check your apache access log and error log when the candidate logs back in to see if there's anything complaining. ahh, my testing of the career portal didn't include 'allow candidates to register and update their contact information'. I'll check that option and see what's what. Candidates can still apply for jobs without that option of course. |
Thanks so much for the prompt response. |
hi @sidsingh1001 it looks like the commit to fix this was just proposed, so it'll be tested and then if it's working as proposed it'll be accepted . |
#Not able to send email through SMTP
Expected behavior and actual behavior.
I want to use SMTP for sending emails. However when i set Mailmailer to 3 in config file and test configuration it gives me error.
Have checked SMTP setting they are fine.
Copy them here just in case.
/* SMTP Settings. You don't need to worry about this unless MAIL_MAILER is
/
define('MAIL_SMTP_HOST', "smtppro.zoho.com");
define('MAIL_SMTP_PORT', "465");
define('MAIL_SMTP_AUTH', "true");
define('MAIL_SMTP_USER', "");
define('MAIL_SMTP_PASS', "");
define('MAIL_SMTP_SECURE', "ssl");
//Options: '', 'ssl' or 'tls'
//define('MAIL_SMTP_SECURE', "tls");
What version of opencats are you running?
my OPenCats version is 0.9.6
Release or downloaded from Git?
Release downloaded from GIT
WAMP or LAMP?
Godaddy shared hosting LAMP
What version of PHP and MySQL are you running
PHP version is 7.3.32
MySQL version is 5.6.43
The text was updated successfully, but these errors were encountered: