Update email plugin config
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = ({env}) => ({
|
||||
email: {
|
||||
config: {
|
||||
provider: 'nodemailer',
|
||||
providerOptions: {
|
||||
host: env('SMTP_HOST', 'smtp.example.com'),
|
||||
@@ -8,6 +9,7 @@ module.exports = ({env}) => ({
|
||||
user: env('SMTP_USERNAME'),
|
||||
pass: env('SMTP_PASSWORD'),
|
||||
}
|
||||
}
|
||||
},
|
||||
settings: {
|
||||
defaultFrom: env('SMTP_FROM'),
|
||||
|
||||
Reference in New Issue
Block a user