Email with inline attachment using API
chkmcnuggets
Registered Posts: 3 ✭
Hi everybody, I would like to send emails with inline attachments (eg .png files) via code. I can send them as attachments using the code below, but I couldnt figure out a way to put them in the message body.
Does anyone know of a way to do so?
Thank you!
Answers
-
Hi @chkmcnuggets
,Can you please share addition details:
- Where are you running this code?
- What libraries are you using?
-
Hi @CatalinaS
, I'm running the code as a Python recipe in a DSS project. I'm using the dataiku and pandas packages.