Skip to Content
Menu
This question has been flagged
1 Odpoveď
8949 Zobrazenia

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.

Avatar
Zrušiť
Best Answer

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.

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
feb 24
4653
2
jan 24
10407
1
mar 21
9886
3
jan 20
5810
0
jan 19
7377