2 Configuration - Reference Documentation
Authors: Antony Jones
Version: 1.0
2 Configuration
Configuration takes place in your application'sConfig.groovy
file.The basic configuration you will need to use the plugin is:sendgrid { username = 'your-username' password = 'your-password' }
sendgrid { api.url = 'http://localhost:8080/your-application/fixture/' username = 'your-username' password = 'your-password' }
fixture
controller must have the 'mail.send.json' action configured, and sending and receiving application/json
content, as this is what the plugin expects to call.