Skip to content

Commit ba622cc

Browse files
authored
Add installation section to README
Added installation instructions for grails-mail plugin.
1 parent e32380f commit ba622cc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ mailService.sendMail {
1717
}
1818
```
1919

20+
21+
## Installation
22+
23+
Add a dependency in build.gradle
24+
25+
```groovy
26+
repositories {
27+
maven { url 'https://repo.grails.org/grails/core/'}
28+
}
29+
30+
dependencies {
31+
runtimeOnly 'org.grails.plugins:grails-mail:5.0.3'
32+
}
33+
```
34+
2035
## Documentation
2136

2237
- [Latest Release](https://grails-plugins.github.io/grails-mail/latest/)

0 commit comments

Comments
 (0)