This is needed to make sending html emails with images via <img src=cid:xxx> work.
Including the image directly in the email as base64 is not supported by most modern email clients.
The attachment needs to have the header "Content-Transfer-Encoding: base64" aswell as "Content-ID: xxx" (naturally xxx can be any value...)
This is needed to make sending html emails with images via
<img src=cid:xxx>work.Including the image directly in the email as base64 is not supported by most modern email clients.
The attachment needs to have the header "Content-Transfer-Encoding: base64" aswell as "Content-ID: xxx" (naturally xxx can be any value...)