Replies: 2 comments 1 reply
-
I have no idea, just used the code at: Seems to be associated with: if attachment:
text_id = boundary()
attachment_id = boundary() MIME boundaries |
Beta Was this translation helpful? Give feedback.
-
On protocol level the message and attachments are send as a single stream of text characters. This used to simple, The S in SMTP, The boundary is a demarcation between parts of the message, usually between attachments. And that allows to send multi-part MIME messages. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to send a jpg file (photo taken by an ESP32-Cam) as an attachment to an email.
I saw the discussion #16844, and the Davefes website https://github.com/davefes/My-uMail-and-examples/tree/main and I have a question on this subject:
What is the boundary() part for?
Beta Was this translation helpful? Give feedback.
All reactions