it would be great if the Content Encoding of the Email could be changed to Base64 or at least to overwrite the "Content-Transfer-Encoding: quoted-printable" which is send automactily by the Mail library.
With the current content enconding it is possible that not all parts of the Body is transmitted.
Code: Select all
SetMailBody(0,"Hello "+#CRLF$ + "." + #CRLF$ + " This will Not be send :-(")
DarkPlayer