Grails SendGrid Plugin

  • Tags : /
  • Latest : 1.1
  • Last Updated: 20 December 2012
  • Grails version : 1.3.1 > *
0 vote
Dependency :
compile ":sendgrid:1.1"
Custom repositories :
mavenRepo "http://repo.desirableobjects.co.uk/"

Documentation Source Issues

Summary

Allows the sending of Email via SendGrid's services

Installation

Ideally, in your BuildConfig.groovy file:

…
plugins {
   …
   runtime ':sendgrid:0.2'
   …
}
...

Older method:

grails install-plugin sendgrid

Description