My intent is to use Quoted Printable Encoding. The NewMessage function, reading the code, by default set the encoding in correct way. But when i send the email to postfix there is always an enconding setting set to "8bit":
*** ENVELOPE RECORDS deferred/6/6A42A5608A ***
...
named_attribute: encoding=8bit
...
How i can change this from 8bitto quote-printable?
Hi, in my go app I use go mail to sand emails to a local postfix server. For do that i use this code:
My intent is to use Quoted Printable Encoding. The
NewMessage
function, reading the code, by default set the encoding in correct way. But when i send the email to postfix there is always an enconding setting set to "8bit":How i can change this from
8bit
toquote-printable
?Thanks