My app wants to send an email using the custom mailers. I went through the doc http://grails.org/Mail+from+Grails which I find pretty incomplete. I followed the steps mentioned in the alternative mailer, but I get an exception
NullPointerException occurred when processing request: [GET] url/sendEmail Cannot invoke method sendNewEmail() on null object.
My controller looks like this
XXXMailer paMailer paMailer.sendNewEmail()