• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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