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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
8480
Views
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Jan 24
|
3912 | ||
|
2
Jan 24
|
9584 | ||
|
1
Mar 21
|
9222 | ||
|
3
Jan 20
|
5287 | ||
|
0
Jan 19
|
6849 |