Closed HeyBill55 closed 1 year ago
Additional Information: Not sure if it's carrier specific issue. Currently using T-Mobile.
Hi, It's strange, I think the sms service read the encoding like a message. Not now, but if I find some additional time I check It. Bye Renzo
Thanks Renzo! Will be curious to know what you find out. BillSent from my iPhoneOn Mar 14, 2023, at 5:58 AM, Renzo Mischianti @.***> wrote: Hi, It's strange, I think the sms service read the encoding like a message. Not now, but if I find some additional time I check It. Bye Renzo
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
I had the same issue with Google fi service. The solution was to add a line when sending the email to select MIME_TEXT_PLAIN - shown below: EMailSender::EMailMessage message; message.subject = "Doorbell rung"; message.message = "2 does this show up correctly"; message.mime = MIME_TEXT_PLAIN;
When sending messages via ESP32 utilizing SMS email Scheme sourced from gmail account, the received message displays the subject correctly as text, but the body shows as an attachment. Happens regardless of the mime type used. Attachment.txt