i send emails with /ext/email/send and get them rejected.
The email have encoded UTF8 in from and Subject.
(There is no need for this, since they are complete ASCII compatible)
From: =?UTF-8?Q?abc@ednt.de?= <abc@ednt.de>
Sender: <abc@ednt.de>
To: test@ednt.de
Subject: =?UTF-8?Q?EspoCRM:=20Test=20Email?=
We think the fault is the missing Dquotes, correct is: From: "Sender name" <sender@example.com>
The email have encoded UTF8 in from and Subject.
(There is no need for this, since they are complete ASCII compatible)
From: =?UTF-8?Q?abc@ednt.de?= <abc@ednt.de>
Sender: <abc@ednt.de>
To: test@ednt.de
Subject: =?UTF-8?Q?EspoCRM:=20Test=20Email?=
We think the fault is the missing Dquotes, correct is: From: "Sender name" <sender@example.com>
Comment