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.
|
9
configs/local.yaml
Normal file
9
configs/local.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
source:
|
||||
to:
|
||||
- '"Root Local" <root@localhost.localdomain>'
|
||||
|
||||
mail:
|
||||
subject: Test mail
|
||||
template: |
|
||||
Dear {username},
|
||||
This is just a test mail using a local mail service.
|
Loading…
Add table
Add a link
Reference in a new issue