Tomi Ihalainen
New Member
If email recipient's name contains non-us-ascii characters, the name is encoded but it contains extra quotation marks around the name.
Example from the source of email sent from MaxBulk Mailer:
To: =?utf-8?Q? "=D0=90=D1=80=D1=86=D0=B8_B=C3=B6nim=C3=A4=C2=B2" ?= <****@gmail.com>
This will cause the recipient's name to show in Gmail like:
"\"Арци Bönimä²\"" <****@gmail.com>
Here is an example from the source of email sent from Apple Mail:
To: =?utf-8?Q?=D0=90=D1=80=D1=86=D0=B8_B=C3=B6nim=C3=A4=C2=B2?= <****@gmail.com>
This way the recipient's name shows correctly in Gmail:
Арци Bönimä² <****@gmail.com>
This is a minor bug but I've received some complaints about it from my recipients. In Finland many names contains non-us-ascii characters.
Example from the source of email sent from MaxBulk Mailer:
To: =?utf-8?Q? "=D0=90=D1=80=D1=86=D0=B8_B=C3=B6nim=C3=A4=C2=B2" ?= <****@gmail.com>
This will cause the recipient's name to show in Gmail like:
"\"Арци Bönimä²\"" <****@gmail.com>
Here is an example from the source of email sent from Apple Mail:
To: =?utf-8?Q?=D0=90=D1=80=D1=86=D0=B8_B=C3=B6nim=C3=A4=C2=B2?= <****@gmail.com>
This way the recipient's name shows correctly in Gmail:
Арци Bönimä² <****@gmail.com>
This is a minor bug but I've received some complaints about it from my recipients. In Finland many names contains non-us-ascii characters.