• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Issue with Email sent from server

webstyler

Basic Pleskian
Hello

I have try to sent email from domain with simple php code:

<?php
mail("[email protected]", "Subject", "text);
?>

but email is not sent

So, I have try to sent email from horde but not work :(

Need any custom setting to SMTP ??

Thanks
 
Do you get any specific error messages?

which mailserver do you use; mailenable or smartermail
 
you can check the smtp logs for any error messages.

The logs are located in c:\program files\parallels\plesk\mailservers\mailenable\logging\smtp

send a mail and search the latest log file with the email address
 
Back
Top