-
- Downloads
[FIX] safer company name as email sender
In some email templates of Odoo, the From: field is generated from the company name. If this name contains an "&" character, this will lead in an escaping eg; & Sender header will look like: From: Machin & Brol <machinbrol@toto.com> This case is not well handled by email providers like Gmail, that splits the line on the ";" and considers there are 2 senders, and then discards the email. We then fix the templates, waiting for a better fix in master.
Please register or sign in to comment