(grails) com.sun.mail.smtp.SMTPSendFailedException: 553 Relaying disallowed as zoho mail
问题 I am trying to configure zoho mail service in grails mail-plugin. Here is my configuration so far, grails { mail { host = "smtp.zoho.com" port = 465 username = "email@valid.com" password = "some-valid-password" props = ["mail.smtp.auth":"true", "mail.smtp.starttls.enable":"true", "mail.smtp.socketFactory.port":"465", "mail.smtp.socketFactory.class":"javax.net.ssl.SSLSocketFactory", "mail.smtp.socketFactory.fallback":"false"] } } Here is my service method. The above config works great if I put