
Lv.1
已经不看猫站了
签名:bilibili ゚黄仁勋 qq 82954066
在 【kitten高阶教程】几分钟学会kitten手写栈的递归高级操作!原来函数和列表还能这么用? 中回复
这...你都做出来了,下一步你是不是要用函数做出一个单片机的处理器架构![]()
2020-07-16T19:33:27 点赞:0
在 【教程】pythonSMTP发送 中回复
这个不是更简单吗?
import yagmail
yag = yagmail.SMTP( user="user@126.com", password="1234", host='喵tp.126.com')
contents = ['This is the body, and here is just text http://somedomain/image.png',
'You can find an audio file attached.', '/local/path/song.mp3']
yag.send('taaa@126.com', 'subject', contents)
2020-07-19T14:21:07 点赞:0