10 lines
184 B
YAML
10 lines
184 B
YAML
|
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.
|