Skip to content

Commit cc7c307

Browse files
committed
Description of the application and branches.
1 parent c30a258 commit cc7c307

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
grails-asynchronous-mail-sample
22
===============================
33

4-
The sample application for the plugin Grails Asynchronous Mail
4+
The sample application for the Grails Asynchronous Mail plugin.
5+
6+
Description
7+
-----------
8+
9+
The application shows how to use the Grails Asynchronous Mail plugin. It has one form for send email message and controller and views for see asynchronous messages in the DB.
10+
11+
I recommend to use [FakeSMTP](http://nilhcem.github.io/FakeSMTP/) as SMTP server for this example.
12+
13+
Branches
14+
--------
15+
16+
The applications in all branches has equals functionality but uses different features of the plugin. There are 4 branches.
17+
18+
* `master` demonstrates usual usage of the plugin. It uses the [hibernate](http://www.grails.org/plugin/hibernate) plugin as GORM persistence provider.
19+
* `hibernate4` uses the [hibernate4](http://www.grails.org/plugin/hibernate4) plugin as GORM persistence provider.
20+
* `mongodb` uses the [mongodb](http://www.grails.org/plugin/mongodb) plugin as GORM persistence provider.
21+
* `cluster` contains the Quartz configuration to use it in a cluster environment.

0 commit comments

Comments
 (0)