• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Mailenable & PHP Email - Server 501 Error

B

beri

Guest
Hello,

does anybody know a solution for this problem:

PHP Scripts sending emails could not delivier to some servers. I have checked the Mailenable logs and its always a 501 error. The strange thing is, that some server are acceping the emails.

Error Codes:

MailEnable: Message Delivery Failure.

The following recipient(s) could not be reached:

[SMTP:xxx]: 501 5.5.4 Invalid Address

------------

MailEnable: Message Delivery Failure.

The following recipient(s) could not be reached:

[SMTP:xxx]: 501 <@adminemail@>: no local part

------------


Anybody encountered this problem, too?

Thank you
 
Just found the solution

in the php.ini the standard setting is sendmail_from=@adminemail@.

This needs to be replaced by a correct domain name sendmail_from = ****@****
 
HI Guys,

I am having the same problem. However, the line in the php.ini file that you refer to is set to a proper, correct local email address...

Any other ideas?

Shane
 
Back
Top