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 want the images not to appear in my email, but to be added as an attachment like other files (exe, php, and so on)
I tried yag.send(to=recipients, subject='Sending Attachments new', contents=yagmail.raw(mess), attachments=list_attachments)
but the images are still embedded in the email
The text was updated successfully, but these errors were encountered:
I want the images not to appear in my email, but to be added as an attachment like other files (exe, php, and so on)
I tried
yag.send(to=recipients, subject='Sending Attachments new', contents=yagmail.raw(mess), attachments=list_attachments)
but the images are still embedded in the email
The text was updated successfully, but these errors were encountered: