跳至内容
菜单
此问题已终结
2 回复
1868 查看

Hi, 


(Odoo v16.3)


In the email marketing module >> settings

I can set  Sender From & Reply To email addresses.


I try to set noreply @ ourdomain.com in both fields but when receiving the test email

I got as From address my admin odoo email address. Reply To is ok.


If in the Sender Address I put it like this: "noreply"

the result will show "noreply"


The From header is not correctly set.

How can I fix that ?

形象
丢弃
编写者 最佳答案

Found the solution my self: It's a formatting problem...

Send From: "company" is not working as excepted
Send From: company "" OK  

With the double quotes surounding the email address it will be correclty formatted in the From header of the email.


though this is rahter a bug.

形象
丢弃
编写者


Formatting problems in my reply with the Markdown...
Send From: "company" <noreply@company.com> is not working as excepted
Send From: company "<noreply@company.com>" OK

最佳答案

You're right, there's definitely a bug or something strange with that
TLDR : Do not use any "​ inside your sender address in Odoo

if you set (inside Emails Marketing > Settings) the sender address to be
> "Monsieur Biche - Hello !" <hello@monsieur-biche.fr>​
=> Here's what you will see inside the mail source (=> you will get the incorrect display name)
> From: "Monsieur,Biche,-,Hello,!" <hello@monsieur-biche.fr>

but if you use
> Monsieur Biche - Hello ! <hello@monsieur-biche.fr>
Here's what you will see inside the mail source (=> you will get the correct display name)
> From: "Monsieur Biche - Hello !" <hello@monsieur-biche.fr>

Thank you for your hints, hope it will help others ! 😉

形象
丢弃
相关帖文 回复 查看 活动
0
4月 23
3080
0
7月 25
914
0
6月 24
1398
2
11月 23
3419
1
8月 23
2137