This question has been flagged
1 Reply
6270 Views

Odoo 9.0

I have set up my catch all mail server and when I write a message to a contact in odoo they receive the email with sender as my user's email and reply-to as catchall. 

On the other hand: when sending a message via sales leads (and I've set up an alias pointing to the sales module) the email is received with sender and reply-to as my user's email. This means that when the person replies odoo doesn't catch it. How do I set things up similarly to the contacts module so that the reply-to is the correct alias.

Avatar
Discard
Best Answer

Configure the system parameters (Settings --> Technical --> Parameters) mail.catchall.alias and mail.catchall.domain with user and yourcompany.com respectively.


Refer the below link, in which it is well narrated for better understanding of Mail Set-up.

How to set up e-mail/messaging with Odoo?

Avatar
Discard
Author

@deep thank you for the quick response. I believe I do have this correctly set though. mail.catchall.alias = catchall, mail.catchall.domain = {mydomain}.com Then I have catchall@{mydomain}.com set up on gmail server.