Character set UTF-8 body
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <CAPNFk8j+M7Wnsn4SDmoo44PhTrLCU4Y=hcYCmdUSnB6WR=Jhxw@mail.gmail.com> |
Hi All, If I sent a message file with the option "-charset UTF-8" then the mail will be sent with the mime header "Content-Transfer-Encoding: quoted-printable". The data in the body file is sent as-is and is not encoded. This results in 'errors' in the mail body if a = sign is used. This sign is used to indicated the quoted-printable encoding. So if you sent a body with something like this (fake) link: http://www.server.test/confirm/&key=12345&code=ABC then the link will not work. Or if you use the = sign to indicate values like this: login=test password=bear then the recipient will only see: login=st password=ar Is this some error on my part or should blat actually do the quoted-printable encoding? best regards, Jeroen Eeuwes