mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
CMS-Text for App infos and units. mailx with bcc
This commit is contained in:
parent
de824a241a
commit
3c52345c5e
10 changed files with 135 additions and 41 deletions
|
@ -1,10 +1,28 @@
|
|||
#e-mail config
|
||||
<mailx_default>
|
||||
mail_to = "admin@example.tld"
|
||||
mail_bcc = "";
|
||||
mail_from = "post@example.tld"
|
||||
mail_gateway = "smtp.mailxchanger.tld"
|
||||
sasl_username = "post@example.tld"
|
||||
sasl_password = "xxxxxxxxxxxxxxx"
|
||||
</mailx_default>
|
||||
|
||||
<mailx_invoice>
|
||||
mail_to = "invoice@example.tld"
|
||||
mail_bcc = "";
|
||||
mail_from = "post@example.tld"
|
||||
mail_gateway = "smtp.mailxchanger.tld"
|
||||
sasl_username = "post@example.tld"
|
||||
sasl_password = "xxxxxxxxxxxxxxx"
|
||||
</mailx_invoice>
|
||||
|
||||
<mailx_invoice_bcc>
|
||||
mail_to = "invoice@example.tld"
|
||||
mail_bcc = "invoice-bcc@example.tld"
|
||||
mail_from = "post@example.tld"
|
||||
mail_gateway = "smtp.mailxchanger.tld"
|
||||
sasl_username = "post@example.tld"
|
||||
sasl_password = "xxxxxxxxxxxxxxx"
|
||||
</mailx_invoice_bcc>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue