Skip to content

Commit

Permalink
chore: update readme vs 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Feb 25, 2024
1 parent 5ab70b7 commit 336c68d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ module.exports = {
"transporters": [
{
"id": "unique-transporter-key",
"mode": "smtp",
"auth": {
"username": process.env.SMTP_USERNAME,
"password": process.env.SMTP_PWD
Expand All @@ -76,16 +75,13 @@ module.exports = {
},
{
"id": "other-unique-transporter-key",
"mode": "api",
"provider": "sendgrid",
"auth": {
"apiKey": process.env.WEB_API_SENDGRID_API_KEY,
},
"options": {
"templates": {
"user.welcome": "d-321bb40f548e4db8a628b4d6464ebacc",
...
}
"templates": {
"user.welcome": "d-321bb40f548e4db8a628b4d6464ebacc",
...
}
}
]
Expand Down

0 comments on commit 336c68d

Please sign in to comment.