Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
9160 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
2
Jan 24
5002
2
Jan 24
10814
1
Mar 21
10276
3
Jan 20
6054
0
Jan 19
7776