I am having a problem with my Gibbon install not sending emails. I have configured my mail settings and tested the settings with a mail client on another machine on the same network. I know the settings are working elsewhere…
What log file do I need to look at to see email sending related errors?
Long time no see! I would check the PHP error log (/var/log/apache/error.log on Ubuntu) as well as the mail log (I believe /var/log/mail.log on Ubuntu).
Interesting. The mail is sent using PHPMailer, and in the past I’ve had to add some debug code to Messenger post process page in order to get to the error. Last time I did this the following two links proved useful:
Hi FV, PHPMailer is the library that Gibbon uses to send out email, so already included. The links help you to dig into its debug output to see what is going on. Good luck! Ross.