Some problems with sending mail with Wordpress
Applications, Linux | (0)
We wondered since a couple of days, why we are not receiving any emails anymore from our blog here. Usually we receive a couple of comments a days and thus it was strange that nothing came in.
Looking at the php.ini I saw that everything was setup correctly, but still mails did not get sent. Looking further we tried to configure sendmail and set the "smart_host" value. This is done by entering the correct SMTP-Server in the sendmail.mc file and using "make -C /etc/mail" to compile it (Note: remove the "dln" BEFORE the line. "dln" is a comment tag!).
In any case, ...