chore: auto-commit uncommitted changes
This commit is contained in:
parent
32e51c4cfe
commit
ecb9fa4a5f
14
config.yaml
14
config.yaml
|
|
@ -19,6 +19,20 @@ accounts:
|
||||||
username: tj@jongsma.me
|
username: tj@jongsma.me
|
||||||
password: "${TJ_STALWART_PASSWORD}"
|
password: "${TJ_STALWART_PASSWORD}"
|
||||||
from: tj@jongsma.me
|
from: tj@jongsma.me
|
||||||
|
james_jongsma_me:
|
||||||
|
host: mail.jongsma.me
|
||||||
|
port: 993
|
||||||
|
username: james@jongsma.me
|
||||||
|
password: "${JAMES_STALWART_PASSWORD}"
|
||||||
|
tls: ssl
|
||||||
|
watch:
|
||||||
|
- INBOX
|
||||||
|
smtp:
|
||||||
|
host: mail.jongsma.me
|
||||||
|
port: 465
|
||||||
|
username: james@jongsma.me
|
||||||
|
password: "${JAMES_STALWART_PASSWORD}"
|
||||||
|
from: "James <james@jongsma.me>"
|
||||||
johan_jongsma_me:
|
johan_jongsma_me:
|
||||||
host: mail.jongsma.me
|
host: mail.jongsma.me
|
||||||
port: 993
|
port: 993
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue