I\'ve been trying for days now to send mail from Grails application and unsuccessfully. I\'m using:
If you'd want your application that to login to the SMTP server (Since you are providing authentication details). Just change
props.put("mail.smtp.auth", false);
to
props.put("mail.smtp.auth", true);