You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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