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?