QQ邮箱是mailServer = smtplib.SMTP('smtp.qq.com', 25)
我是华科的学生,我们的邮箱是@hust.edu.cn,像这种应该用python发邮件,怎么设置 SMTP?
我尝试过mailServer = smtplib.SMTP('smtp.hust.edu.cn', 465) 和mailServer = smtplib.SMTP('smtp.hust.edu.cn', 25) 都不行
猛跑小猪