mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2024-11-05 18:56:30 +01:00
10 lines
224 B
INI
10 lines
224 B
INI
#e-mail config
|
|
<mailx_default>
|
|
mail_to = "admin@example.tld"
|
|
mail_from = "post@example.tld"
|
|
mail_gateway = "smtp.mailxchanger.tld"
|
|
sasl_username = "post@example.tld"
|
|
sasl_password = "xxxxxxxxxxxxxxx"
|
|
</mailx_default>
|
|
|
|
|