Background job for sending emails + confirmation email template.
This commit is contained in:
parent
a5605a0349
commit
001e7b59a3
13 changed files with 414 additions and 18 deletions
server
|
@ -12,7 +12,18 @@ var defaultConfig = {
|
|||
peersPath: '/tmp/peers',
|
||||
|
||||
email: {
|
||||
from: 'no-reply@musterstadt.freifunk.net'
|
||||
from: 'Freifunk Knotenformular <no-reply@musterstadt.freifunk.net>',
|
||||
|
||||
// For details see: https://nodemailer.com/2-0-0-beta/setup-smtp/
|
||||
smtp: {
|
||||
host: 'mail.example.com',
|
||||
port: '465',
|
||||
secure: true,
|
||||
auth: {
|
||||
user: 'user@example.com',
|
||||
pass: 'pass'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
client: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue