Grails SendGrid Plugin
Dependency :
compile ":sendgrid:1.1"Custom repositories :
mavenRepo "http://repo.desirableobjects.co.uk/"
Summary
Allows the sending of Email via SendGrid's services
Installation
Ideally, in your BuildConfig.groovy file:Older method:
…
plugins {
…
runtime ':sendgrid:0.2'
…
}
...grails install-plugin sendgrid
Description
Source code is at https://github.com/aiten/grails-sendgridDocumentation is at http://aiten.github.com/grails-sendgrid/