Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
9167 Widoki

How can I define a fix eMail sender-address for a eMail Template? For example: All Order and Shipping Confirmations are always send from service@mycompany.com - no matter which user is logged into the system.

Awatar
Odrzuć
Najlepsza odpowiedź

You can modify the template to your needs.

With this option, the mail sender are the mail of user, or if not exist, the mail of company, and if again this not exist, the text noreply@localhost:

${object.user_id.email or object.company_id.email or 'noreply@localhost'}

Also, you can specify a fixed mail sender, with write directly the mail.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
sty 24
5021
2
sty 24
10827
1
mar 21
10279
3
sty 20
6065
0
sty 19
7785