-
Hello. Background: My code is a modification of the example "This example shows how to send text message without callback and debug." Here's a snippet of the bounced email message when I click 'show source' (Note that I x'd out my cell #)
What's weird is that the base64 in the To: decodes to 'Mailbox', same as the 'From:', yet the text after it reads different. The problem is no matter what I set as the subject, I only ever see the base64 encoding, and not plain text.
|
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 17 replies
-
Tried some stuff. Still no joy. Even though I have content transfer encoding set to 7bit, and character set to 'us-ascii', as you can see from the result message pasted above, and the most recent try below, the subject line is still coming up as base64 encoded.
|
Beta Was this translation helpful? Give feedback.
-
In the name or text field e.g. Library will find the string in that text field that begins with |
Beta Was this translation helpful? Give feedback.
-
The For header charset and encoding, you have to encode it manually or leave the library for encoding. For us-ascii character set and quoted printable for text encoding, your header fields can be the following. This library does not provide any other encodings and charset as it stated in the library documentation. And in the examples, you will see the following comment about charset and encoding for text fields. ESP-Mail-Client/examples/SMTP/Send_Text/Send_Text.ino Lines 232 to 235 in 566db6d |
Beta Was this translation helpful? Give feedback.
-
For spamming, you should read your mail server policy and comply with it. |
Beta Was this translation helpful? Give feedback.
-
Made these changes to my code
And still flagged as spam and not sent. Here is the bounceback. Note that now the message shows the ascii encoding, but also no text for subject after the =
From this email acct, I manually sent an email to xxxxxxxxxx@vtext.com and it was sent okay. Looking in my sent folder at the message source, I see this:
I don't see any special encoding in the to: from: subject: when manually sending an email. |
Beta Was this translation helpful? Give feedback.
-
Here's the exact bounce back. Notice that the encoding I put it is showing up in the Subject, From and To. It's being passed in without being changed. |
Beta Was this translation helpful? Give feedback.
-
Still working on this. Latest reply from hosting services pasted below. Note that I intentionally removed 'message id' as they told me to the first time. I will re-add it back in and try and figure out the 'microsoft' issue they mention.
|
Beta Was this translation helpful? Give feedback.
For spamming, you should read your mail server policy and comply with it.