• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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