• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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