summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-01-21 13:03:17 -0500
committerPuyodead1 <puyodead@protonmail.com>2023-02-23 22:35:07 -0500
commit4383fcd4497c67e34d27fc0806824650df34466a (patch)
tree2ec4b966660bfec18e8bb78f0b821d88952c52f9 /package.json
parentrename SMTPConfigurations to EmailConfiguration (diff)
downloadserver-ts-4383fcd4497c67e34d27fc0806824650df34466a.tar.xz
Add Mailgun 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 eabc247e6..8a6c04059 100644 --- a/package.json +++ b/package.json
@@ -115,6 +115,7 @@ }, "optionalDependencies": { "erlpack": "^0.1.4", - "sqlite3": "^5.1.4" + "sqlite3": "^5.1.4", + "nodemailer-mailgun-transport": "^2.1.5" } }