• 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

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