21 lines
340 B
YAML
21 lines
340 B
YAML
|
server:
|
||
|
hostname: mail.infomaniak.com
|
||
|
username: example@ik.me
|
||
|
password: secret
|
||
|
port: 465
|
||
|
use_tls: yes
|
||
|
|
||
|
source:
|
||
|
to: |
|
||
|
- '"John Doe"<john.doe@example.com>'
|
||
|
- '"James Bond"<007@mi6.uk>'
|
||
|
|
||
|
mail:
|
||
|
sender: example@ik.me
|
||
|
subject: Test mail
|
||
|
template: |
|
||
|
Dear {username},
|
||
|
This is just to say hello.
|
||
|
|
||
|
Best regards.
|