Skip to content
Snippets Groups Projects
Commit 87b11359 authored by moon's avatar moon
Browse files

Enabled email service for external people

parent ab7a4680
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,12 @@ module.exports = ({ env }) => ({
email: {
config: {
provider: 'sendmail',
providerOptions: {
smtpHost: 'localhost'
},
settings: {
defaultFrom: 'No-Reply <no-reply@ddcode.org>',
defaultReplyTo: 'No-Reply <no-reply@ddcode.org>',
defaultFrom: 'DDCode <ddcode@mpi-cbg.de>',
defaultReplyTo: 'DDCode <ddcode@mpi-cbg.de>',
},
},
},
......
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