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
@@ -11,16 +11,14 @@ database with Grails domain classes and sends them by a scheduled Quartz job. Ma
11
11
the `sendAsynchronousMail` (or `sendMail`) method returning instantly, is not waiting for the mail to be actually sent. If
12
12
the SMTP server isn't available, or other errors occur, the plugin can be set to retry later.
13
13
14
-
The plugin depends on the [quartz](https://grails.org/plugins.html#plugin/quartz) and the [mail](https://grails.org/plugins.html#plugin/mail) plugins. You also need a persistence provider plugin, [hibernate5](https://plugins.grails.org/plugin/grails/hibernate5) (or the appropriate version of hibernate for previous grails versions) and [mongodb](https://plugins.grails.org/plugin/grails/mongodb) are supported.
14
+
The plugin depends on the [quartz](https://plugins.grails.org/plugin/grails/quartz) and the [mail](https://plugins.grails.org/plugin/grails/mail) plugins. You also need a persistence provider plugin, [hibernate5](https://plugins.grails.org/plugin/grails/hibernate5) (or the appropriate version of hibernate for previous grails versions) and [mongodb](https://plugins.grails.org/plugin/grails/mongodb) are supported.
15
15
16
16
Links
17
17
-----
18
18
19
-
* The plugin page: <https://plugins.grails.org/plugin/kefirsf/asynchronous-mail>
20
-
* The VCS repository (GitHub): <https://github.com/kefirfromperm/grails-asynchronous-mail>
21
-
* The issue tracker (GitHub): <https://github.com/kefirfromperm/grails-asynchronous-mail/issues>
22
-
* The repository package (BinTray): <https://bintray.com/kefirsf/plugins/asynchronous-mail/>
23
-
* The page at OpenHUB: <https://www.openhub.net/p/grails-asynchronous-mail>
19
+
* The plugin page: <https://plugins.grails.org/plugin/grails/asynchronous-mail>
20
+
* The VCS repository (GitHub): <https://github.com/gpc/grails-asynchronous-mail>
21
+
* The issue tracker (GitHub): <https://github.com/gpc/grails-asynchronous-mail/issues>
24
22
25
23
Installation
26
24
------------
@@ -115,22 +113,22 @@ Next, change your sendMail call.
I recommend to create an index on the `async_mail_mess.status` column. It's result of my heuristic observations. Only DBA have to create indexes anyway.
161
+
A recommendation is to create an index on the `async_mail_mess.status` column. It's result of my heuristic observations. Only DBA have to create indexes anyway.
164
162
165
163
Issue tracking
166
164
--------------
167
165
168
-
You can report bugs on [GitHub](https://github.com/kefirfromperm/grails-asynchronous-mail/issues?state=open).
0 commit comments