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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ 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://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.
14
+
The plugin depends on the [quartz](https://github.com/grails/grails-quartz) and the [mail](https://github.com/gpc/grails-mail) plugins. You also need a persistence provider plugin, [hibernate5](https://github.com/grails/gorm-hibernate5) (or the appropriate version of hibernate for previous grails versions) and [mongodb](https://github.com/grails/gorm-mongodb) are supported.
15
15
16
16
Links
17
17
-----
@@ -167,6 +167,8 @@ You can report bugs on [GitHub](https://github.com/gpc/grails-asynchronous-mail/
167
167
You also can ask questions in the [Grails Community Slack Channels](https://slack.grails.org/).
168
168
Please enable logs and attach them to your issue.
169
169
170
+
Please review this project at [OpenHUB](https://www.openhub.net/p/grails-asynchronous-mail).
0 commit comments