Open yujianyuanhaha opened 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.
It should be possible using attachments="/path/to/file.py". Please feel free to close the issue if it works for you.
attachments="/path/to/file.py"
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.