What is the simplest way to send an email with an mp3 attachment using Python? I’ve written scripts in the past which used a pipe to sendmail to send basic email messages, but I’ve never bothered with attachments before.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use email package. It’s pretty simple.
In the URL I linked, you’ll find straight examples on how to do just that.
Hope it helps.