diff options
author | Puyodead1 <puyodead@proton.me> | 2023-01-21 13:53:26 -0500 |
---|---|---|
committer | Puyodead1 <puyodead@protonmail.com> | 2023-02-23 22:38:02 -0500 |
commit | bf55ebc81fa8d3cc4aa4e6fd3735ff0ee659505a (patch) | |
tree | aaa4f9ed991139f03c71074e04aba7e79e428b55 /package.json | |
parent | Add Mailgun transport (diff) | |
download | server-bf55ebc81fa8d3cc4aa4e6fd3735ff0ee659505a.tar.xz |
Add mailjet transport
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 8a6c0405..819b040a 100644 --- a/package.json +++ b/package.json @@ -116,6 +116,7 @@ "optionalDependencies": { "erlpack": "^0.1.4", "sqlite3": "^5.1.4", - "nodemailer-mailgun-transport": "^2.1.5" + "nodemailer-mailgun-transport": "^2.1.5", + "nodemailer-mailjet-transport": "^1.0.4" } } |