Is it possible to edit the header of the Contour emails? It's send as content-type:content-transfer-encoding; instead of a normal format.
We have a system reading the email, but it can't read the transfer-encoding header sadly. Is it possible to for example send is as plain?
Message from the sysadmin:
Looking through the header, it appears that the message is being sent in a non-standard format which AffinityLive isn't able to parse and present to you. In order for AffinityLive to perform that parse, the message's content-type will need to include a "plain" version of the message. Yours, however was sent in using content-transfer-encoding, which is a type of message content meant for much older email systems. You can see that in your header on this line:
content-type:content-transfer-encoding;
ContentType of Contour emails
Hi,
Is it possible to edit the header of the Contour emails? It's send as content-type:content-transfer-encoding; instead of a normal format.
We have a system reading the email, but it can't read the transfer-encoding header sadly. Is it possible to for example send is as plain?
Message from the sysadmin: Looking through the header, it appears that the message is being sent in a non-standard format which AffinityLive isn't able to parse and present to you. In order for AffinityLive to perform that parse, the message's content-type will need to include a "plain" version of the message. Yours, however was sent in using content-transfer-encoding, which is a type of message content meant for much older email systems. You can see that in your header on this line: content-type:content-transfer-encoding;
is working on a reply...