Reputation: 11
I am using grails 3.1.8 version and want to install mail plugin. Which plugin version is suitable for this grails version?
Upvotes: 1
Views: 195
Reputation: 25817
Welcome to StackOverflow. I would recommend using the Grails Mail plugin as it's been used by many of the Grails application and developers. The biggest advantages of using the mail plugin are:
Upvotes: 0
Reputation: 635
If you want to send mails over SMTP, use mail plugin. There is also a Mailgun and Sendgrid plugins if you use that services. Take a look over Grails 3 plugins to find other plugins that may help you.
My personal recommendation is to use Sendgrid.
Upvotes: 1