Skip to content
Snippets Groups Projects
Commit 47d89158 authored by moon's avatar moon
Browse files

Updated config structure

parent 45ed574e
No related branches found
No related tags found
No related merge requests found
module.exports = ({ env }) => ({
email: {
provider: 'sendmail',
settings: {
defaultFrom: 'no-reply@ddcode.org',
defaultReplyTo: 'no-reply@ddcode.org',
config: {
provider: 'sendmail',
settings: {
defaultFrom: 'No-Reply <no-reply@ddcode.org>',
defaultReplyTo: 'No-Reply <no-reply@ddcode.org>',
},
},
},
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment