I am trying to send email to my zoho account, to my custom domain (not zoho.com) from another email account @estudiodominguezyasociados.com
Every mail i send i get the following error:
Connection closed by remote host. Failed messages: com.sun.mail.smtp.SMTPSendFailedException: 553 Relaying disallowed as <Usuario@DESKTOP-RNAHPMG>
In developer server (not https)
Setting server
mail:
port: 587
password: *****
protocol: smtp
tls: true
properties.mail.smtp:
auth: true
starttls.enable: true
What can i do?
Thanks