Page 1 of 1
E-Mails not sending
Posted: Wed Oct 17, 2007 10:03 pm
by johnkoer
I am trying to diagnose a problem where e-mails are not being sent on subscriptions or to the author when any comments are posted.
I have tried as both a commenter and as an author, and neither receive the emails.
Where can I check the configuration of this? I am guessing it is something pretty simple, but I just can't seem to find it.
I am running version 1.2 on PHP 4.3.7.
Thanks!
Re: E-Mails not sending
Posted: Thu Oct 18, 2007 9:55 am
by garvinhicking
Hi!
Please check back with your provider, if the PHP mail() function is properly enabled.
Also check if the email adress you entered in the s9y configuration is a valid email whose email account is hosted on your webserver. You cannot use "
blabla@google.com" for example, because that would be an invalid FROM-adress when being sent from your mailserver.
Regards,
Garvin
Posted: Thu Oct 18, 2007 4:49 pm
by johnkoer
Thanks for the reply garvin.
The PHP mail was setup properly, but I think I know what the issue is at this point.
My mail server requires SMTP authentication to send an email. If I turn this off on my mail server, the emails are sent out properly. Is there a setting in s9y to have it use SMTP authentication when sending emails?
Thanks.
Posted: Thu Oct 18, 2007 5:54 pm
by garvinhicking
Hi!
Sadly not, but you could configure your sendmail configuration so that SMTP auth is not used when mails are sent locally.
s9y really only uses the PHP mail() interface and does no SMTP on its own.
Regards
Garvin
Posted: Thu Oct 18, 2007 9:12 pm
by johnkoer
Thanks Garvin. I tried that and it seemed to work.