delete patch
This commit is contained in:
@@ -1,21 +1 @@
|
||||
module.exports = ({ env }) => ({
|
||||
email: {
|
||||
config: {
|
||||
provider: "strapi-provider-email-smtp",
|
||||
providerOptions: {
|
||||
host: "smtp.gmail.com", //SMTP Host
|
||||
port: 465, //SMTP Port
|
||||
secure: true,
|
||||
username: "CHANGEME",
|
||||
password: "CHANGEME",
|
||||
rejectUnauthorized: true,
|
||||
requireTLS: true,
|
||||
connectionTimeout: 1,
|
||||
},
|
||||
},
|
||||
settings: {
|
||||
defaultFrom: "CHANGEME",
|
||||
defaultReplyTo: "CHANGEME",
|
||||
},
|
||||
},
|
||||
});
|
||||
module.exports = () => ({});
|
||||
|
||||
Reference in New Issue
Block a user