Skip to content

Commit 555e9c9

Browse files
author
Vitalii Samolovskikh
committed
Merge branch 'master' into mongodb
2 parents b9245c0 + cc7c307 commit 555e9c9

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)