Grails Send Mail is not working

前端 未结 1 1600
庸人自扰
庸人自扰 2020-12-22 06:51

I am using Mail Plugin to send email in my grails application. I am doing like this ...

Config.groovy ----

grails {
 mail {
 host = "smtp.gmail.co         


        
相关标签:
1条回答
  • 2020-12-22 07:35

    I had the same issue. Going into my virus scanner's settings and turning off outbound mail scanning solved the issue.

    0 讨论(0)
提交回复
热议问题