Add strapi-provider-email-nodemailer

This commit is contained in:
2021-03-21 12:55:49 +01:00
parent dddef94834
commit 554674c8a1
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@
"strapi-plugin-email": "3.4.0", "strapi-plugin-email": "3.4.0",
"strapi-plugin-upload": "3.4.0", "strapi-plugin-upload": "3.4.0",
"strapi-plugin-users-permissions": "3.4.0", "strapi-plugin-users-permissions": "3.4.0",
"strapi-provider-email-nodemailer": "^3.5.3",
"strapi-utils": "3.4.0" "strapi-utils": "3.4.0"
}, },
"author": { "author": {
+13
View File
@@ -6872,6 +6872,11 @@ nodemailer-shared@1.1.0:
dependencies: dependencies:
nodemailer-fetch "1.6.0" nodemailer-fetch "1.6.0"
nodemailer@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.5.0.tgz#d12c28d8d48778918e25f1999d97910231b175d9"
integrity sha512-Tm4RPrrIZbnqDKAvX+/4M+zovEReiKlEXWDzG4iwtpL9X34MJY+D5LnQPH/+eghe8DLlAVshHAJZAZWBGhkguw==
noop-logger@^0.1.1: noop-logger@^0.1.1:
version "0.1.1" version "0.1.1"
resolved "https://registry.yarnpkg.com/noop-logger/-/noop-logger-0.1.1.tgz#94a2b1633c4f1317553007d8966fd0e841b6a4c2" resolved "https://registry.yarnpkg.com/noop-logger/-/noop-logger-0.1.1.tgz#94a2b1633c4f1317553007d8966fd0e841b6a4c2"
@@ -9706,6 +9711,14 @@ strapi-plugin-users-permissions@3.4.0:
strapi-utils "3.4.0" strapi-utils "3.4.0"
uuid "^3.1.0" uuid "^3.1.0"
strapi-provider-email-nodemailer@^3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/strapi-provider-email-nodemailer/-/strapi-provider-email-nodemailer-3.5.3.tgz#ad4ccb3d51800bbc40f833208b4a33c2c4ae595a"
integrity sha512-OC3dcATcl/p6k3IWck3cYQ78lvBZyGvh0k0Dvx/VqM3xLhIg8YUYW1kIDzC3iKAFzXVW+mxmaksF41QkcuhkIw==
dependencies:
lodash "4.17.20"
nodemailer "6.5.0"
strapi-provider-email-sendmail@3.4.0: strapi-provider-email-sendmail@3.4.0:
version "3.4.0" version "3.4.0"
resolved "https://registry.yarnpkg.com/strapi-provider-email-sendmail/-/strapi-provider-email-sendmail-3.4.0.tgz#4a6ae56d9a1553c92ef09758375f149e1b3a08cb" resolved "https://registry.yarnpkg.com/strapi-provider-email-sendmail/-/strapi-provider-email-sendmail-3.4.0.tgz#4a6ae56d9a1553c92ef09758375f149e1b3a08cb"