kootenpv / yagmail

Send email in Python conveniently for gmail using yagmail
MIT License
2.66k stars 265 forks source link

send attachment in type of .py file #136

Open yujianyuanhaha opened 5 years ago

yujianyuanhaha commented 5 years ago

can we send python file as attachment when call the API I did tries, it embed the content of .py file in the email, which is not bad. However, I want is simple the attachment .py file. Best.

kootenpv commented 5 years ago

It should be possible using attachments="/path/to/file.py". Please feel free to close the issue if it works for you.