Wednesday 06 December 2006 10:48:08 pm
I just did an upgrade from eZ 3.8.1 to 3.8.6 and now it can no longer send emails! I keep getting these:
[ Dec 07 2006 07:41:56 ] [my.ip] eZSMTPTransport::sendMail():
Error sending SMTP mail: 5.0.0 Need MAIL before RCPT
I have checked my email configuration:
override/site.ini.append.php:
[MailSettings]
Transport=SMTP
TransportServer=my.smtp.server
TransportUser=myuser
TransportPassword=mypass
AdminEmail=me@mydomain.com
EmailSender=me@mydomain.com
I have verified that those settings are being used through the admin interface. The old site is running side by side and is sending emails with no problems. I have not changed my email configuration in the 3.8.6 version. What's happening?
|