Skip to content

Commit 7b2b704

Browse files
committed
fix: add readme mailgun api
1 parent e0964a7 commit 7b2b704

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ MAIL_PASSWORD=your_password
177177
MAIL_ENCRYPTION=null
178178
```
179179

180+
## SMTP with Mailgun API
181+
182+
```sh
183+
MAILGUN_API_KEY=your_api_key_mailgun
184+
MAILGUN_DOMAIN=your_domain
185+
```
186+
180187
## SMTP Google Oauth Email ( Gmail )
181188

182189
```sh

0 commit comments

Comments
 (0)