Skip to content

grails/grails-mail

3.0.x
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 80 commits ahead, 8 commits behind gpc:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The Grails mail plugin provides a convenient DSL for sending email. It supports plain text, html, attachments, inline resources and i18n among other features. Build Status

Mail can be sent using the @mailService@ via the @sendMail@ method. Here is an example…

mailService.sendMail {
   to "fred@gmail.com","ginger@gmail.com"
   from "john@gmail.com"
   cc "marge@gmail.com", "ed@gmail.com"
   bcc "joe@gmail.com"
   subject "Hello John"
   text 'this is some text'
}

Please see the User Guide for more information.

The plugin is released under the Apache License 2.0.

Versions

  • 3.x - Compatible with Grails 4
  • 2.x - Compatible with Grails 3
  • 1.x - Compatible with Grails 2

Issues

Issues can be raised via GitHub Issues.

Contributing

Pull requests are the preferred method for submitting contributions. Please open an issue via that issue tracker link above and create an issue describing what your contribution addresses.

If you are contributing documentation, raising an issue is not necessary.

About

The Grails Mail Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 99.3%
  • Shell 0.7%