diff options
author | Puyodead1 <puyodead@proton.me> | 2023-01-21 13:03:17 -0500 |
---|---|---|
committer | Puyodead1 <puyodead@protonmail.com> | 2023-02-23 22:35:07 -0500 |
commit | 4383fcd4497c67e34d27fc0806824650df34466a (patch) | |
tree | 2ec4b966660bfec18e8bb78f0b821d88952c52f9 /package.json | |
parent | rename SMTPConfigurations to EmailConfiguration (diff) | |
download | server-4383fcd4497c67e34d27fc0806824650df34466a.tar.xz |
Add Mailgun 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 eabc247e..8a6c0405 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" } } |