Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
637 views
in Q2A Core by
I am not getting e-mail notifications sent out. After examing the script code I found the PHPMailer class and the qa_send_email function.

In the function I saw the code access qa_opt('smtp_active'). So I went to the qa_options DB table and found the row. The value was empty. So I took a shot and set it to "1".

I then added a row for 'smtp_address" and 'smtp_port' as the function sets that as the Host and Port of the PHPMailer object.

But I get no mail. I also found three .ini files that reference SMTP and smtp_port. I set the values to my smtp server and port.

Still no e-mail notification, even if I restart the services.

So exactly what do I do to configure e-mail notifications?
Q2A version: latest

Please log in or register to answer this question.

...