From 336c68d780bf6518a4b7e8640a5e8e834fcafb13 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 25 Feb 2024 18:52:37 +0100 Subject: [PATCH] chore: update readme vs 2.3.0 --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 94c6d02..f37e191 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,6 @@ module.exports = { "transporters": [ { "id": "unique-transporter-key", - "mode": "smtp", "auth": { "username": process.env.SMTP_USERNAME, "password": process.env.SMTP_PWD @@ -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", + ... } } ]