mirror of https://github.com/calzoneman/sync.git
Fix config template for nodemailer
This commit is contained in:
parent
d7bcf85c1b
commit
aac8f3c671
|
@ -64,7 +64,7 @@ mail:
|
||||||
service: 'Gmail'
|
service: 'Gmail'
|
||||||
auth:
|
auth:
|
||||||
user: 'some.user@gmail.com'
|
user: 'some.user@gmail.com'
|
||||||
password: 'supersecretpassword'
|
pass: 'supersecretpassword'
|
||||||
from-address: 'some.user@gmail.com'
|
from-address: 'some.user@gmail.com'
|
||||||
|
|
||||||
# GData API v2 developer key (for non-anonymous youtube requests)
|
# GData API v2 developer key (for non-anonymous youtube requests)
|
||||||
|
|
Loading…
Reference in New Issue