Initial commit

This commit is contained in:
phil 2024-12-12 02:47:55 +01:00
commit fdc8d2534a
9 changed files with 771 additions and 0 deletions

20
configs/ik.yaml Normal file
View 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.