This question has been flagged
1 Reply
6135 Views

I have an email server setup for incoming/outgoing with catchall@ as the address.

For Contacts I have catchall5@ set up as an alias.

So presumably when I post a message to a contact in odoo it should go to that contact with reply-to as catchall5@. My problem is that the email does get through but the reply-to is catchall@ so not the alias. What am I doing wrong here?


Avatar
Discard
Best Answer

What is the value of your System Parameter mail.catchall.alias ?

Avatar
Discard
Author

it's "catchall"

That means you are globally setting the reply address to catchall@ - remove it (remove the system parameter completely) and the emails won't have their reply-to overridden.

Author

(grateful for your responses. thanks.) Right but then the reply-to becomes the email of the odoo user sending the message, not catchall5@.