I am posting a string for a client who does not want to support html format in the email my app sends. Of course, they want an html string passed to display on their website.
I can pass the string in plain text via gmail and it is fine. In b4a, I can get all the characters except the =
When the string comes through to gmail, the format of each "=" is "=3D". I have passed 61 to no avail.
smtp.body sends:
view original in gmail
Any ideas how to get around this and stay in SMTP.HtmlBody = False?
I can pass the string in plain text via gmail and it is fine. In b4a, I can get all the characters except the =
When the string comes through to gmail, the format of each "=" is "=3D". I have passed 61 to no avail.
smtp.body sends:
HTML:
<br/> <a href ="?page_id=33508"class="entry-meta-c">Submitted With Version 0.15</a>
view original in gmail
HTML:
<br/> <a href=3D?page_id=3D33508"class=3D"entry-meta-c">Submitted With Version 0.15</a>
Any ideas how to get around this and stay in SMTP.HtmlBody = False?