diff --git a/packages/strapi-plugin-email/README.md b/packages/strapi-plugin-email/README.md index 6f2fd987e1..1ae91a5712 100644 --- a/packages/strapi-plugin-email/README.md +++ b/packages/strapi-plugin-email/README.md @@ -1 +1,2 @@ -# Strapi plugin \ No newline at end of file +# Strapi plugin +> :warning: The Shipper Email may also need to be changed in the `Email Templates` tab on the admin panel for emails to send properly \ No newline at end of file diff --git a/packages/strapi-provider-email-amazon-ses/README.md b/packages/strapi-provider-email-amazon-ses/README.md index eacf35005e..915fcdf12e 100644 --- a/packages/strapi-provider-email-amazon-ses/README.md +++ b/packages/strapi-provider-email-amazon-ses/README.md @@ -34,6 +34,7 @@ npm install strapi-provider-email-amazon-ses --save | settings.defaultFrom | string | Default sender mail address | no | undefined | | settings.defaultReplyTo | string \| array | Default address or addresses the receiver is asked to reply to | no | undefined | +> :warning: The Shipper Email (or defaultfrom) may also need to be changed in the `Email Templates` tab on the admin panel for emails to send properly ### Example **Path -** `config/plugins.js` diff --git a/packages/strapi-provider-email-mailgun/README.md b/packages/strapi-provider-email-mailgun/README.md index caa5edc587..8e39505a48 100644 --- a/packages/strapi-provider-email-mailgun/README.md +++ b/packages/strapi-provider-email-mailgun/README.md @@ -34,6 +34,7 @@ npm install strapi-provider-email-mailgun --save | settings.defaultFrom | string | Default sender mail address | no | undefined | | settings.defaultReplyTo | string \| array | Default address or addresses the receiver is asked to reply to | no | undefined | +> :warning: The Shipper Email (or defaultfrom) may also need to be changed in the `Email Templates` tab on the admin panel for emails to send properly ### Example **Path -** `config/plugins.js` @@ -46,7 +47,7 @@ module.exports = ({ env }) => ({ providerOptions: { apiKey: env('MAILGUN_API_KEY'), domain: env('MAILGUN_DOMAIN'), //Required if you have an account with multiple domains - host: env('MAILGUN_HOST', 'api.us.mailgun.net'), //Optional. If domain region is Europe use 'api.eu.mailgun.net' + host: env('MAILGUN_HOST', 'api.mailgun.net'), //Optional. If domain region is Europe use 'api.eu.mailgun.net' }, settings: { defaultFrom: 'myemail@protonmail.com', diff --git a/packages/strapi-provider-email-nodemailer/README.md b/packages/strapi-provider-email-nodemailer/README.md index 3d229cf036..35970714e5 100644 --- a/packages/strapi-provider-email-nodemailer/README.md +++ b/packages/strapi-provider-email-nodemailer/README.md @@ -105,6 +105,7 @@ module.exports = ({ env }) => ({ ``` ## Usage +> :warning: The Shipper Email (or defaultfrom) may also need to be changed in the `Email Templates` tab on the admin panel for emails to send properly To send an email from anywhere inside Strapi: diff --git a/packages/strapi-provider-email-sendgrid/README.md b/packages/strapi-provider-email-sendgrid/README.md index 1524223a0a..671d38459a 100644 --- a/packages/strapi-provider-email-sendgrid/README.md +++ b/packages/strapi-provider-email-sendgrid/README.md @@ -35,6 +35,7 @@ npm install strapi-provider-email-sendgrid --save | settings.defaultFrom | string | Default sender mail address | no | undefined | | settings.defaultReplyTo | string \| array | Default address or addresses the receiver is asked to reply to | no | undefined | +> :warning: The Shipper Email (or defaultfrom) may also need to be changed in the `Email Templates` tab on the admin panel for emails to send properly ### Example **Path -** `config/plugins.js` diff --git a/packages/strapi-provider-email-sendmail/README.md b/packages/strapi-provider-email-sendmail/README.md index 34e6502500..79cec5472d 100644 --- a/packages/strapi-provider-email-sendmail/README.md +++ b/packages/strapi-provider-email-sendmail/README.md @@ -34,6 +34,7 @@ npm install strapi-provider-email-sendmail --save | settings.defaultFrom | string | Default sender mail address | no | undefined | | settings.defaultReplyTo | string \| array | Default address or addresses the receiver is asked to reply to | no | undefined | +> :warning: The Shipper Email (or defaultfrom) may also need to be changed in the `Email Templates` tab on the admin panel for emails to send properly ### Example **Path -** `config/plugins.js`