summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-01-21 13:53:26 -0500
committerPuyodead1 <puyodead@protonmail.com>2023-02-23 22:38:02 -0500
commitbf55ebc81fa8d3cc4aa4e6fd3735ff0ee659505a (patch)
treeaaa4f9ed991139f03c71074e04aba7e79e428b55 /package.json
parentAdd Mailgun transport (diff)
downloadserver-bf55ebc81fa8d3cc4aa4e6fd3735ff0ee659505a.tar.xz
Add mailjet transport
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
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"
 	}
 }