Initial commit
This commit is contained in:
commit
fdc8d2534a
9 changed files with 771 additions and 0 deletions
20
configs/ik.yaml
Normal file
20
configs/ik.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue