• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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