Skip to content

Commit

Permalink
Update production configuration for strapi email plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Apr 20, 2022
1 parent 9b3e771 commit 686f00b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions backend/config/env/production/plugins.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
module.exports = {
email: {
provider: 'lpemailer',
providerOptions: {
logger: false,
},
provider: 'nodemailer',
providerOptions: {},
settings: {
defaultFrom: '"Livraria e Papelaria Espaço" <[email protected]>',
defaultReplyTo: '"Livraria e Papelaria Espaço" <[email protected]>',
Expand Down

0 comments on commit 686f00b

Please sign in to comment.