• 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

script cant send email via smtp

Marek_Bojarovic

Basic Pleskian
hi i use postfix/smtp plesk12 centos7,
i create mailbox add pasword
for example my domain is a.com
from roundcube all work no problem.

my script ist working look like this

SMTP CONFIGURATION (LEAVE DEFAULT IF YOU USE mail() )
SMTP HOST smtp.a.com
SMTP PORT 587
SMTP Secure tls
SMTP Auth true
SMTP USERNAME [email protected]
SMTP PASSWORD my password

and the script dont send emails to user, say that Mailer Error: SMTP connect() failed.
in dns setings i dont have smtpa.com host only have mail.a.com
why from scripts dont send email to users? can enebody help ?
 
Most likely you need SMTP HOST mail.a.com - if smtp.a.com is not configured, it cannot work
If you print error message, there may be more details available.
 
Back
Top