You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to attach an image file and embed it in the email body. To do so, I need to give the attachment a Content-ID in its header.
I cannot find a way to a header to an attachment. In Flask_Mail, this is done via an optional headers parameter passed to the attach function.
The text was updated successfully, but these errors were encountered:
Description
I would like to attach an image file and embed it in the email body. To do so, I need to give the attachment a Content-ID in its header.
I cannot find a way to a header to an attachment. In Flask_Mail, this is done via an optional headers parameter passed to the attach function.
The text was updated successfully, but these errors were encountered: