mailServer = smtplib.SMTP('mail.smtp2go.com', 2525) # 8025, 587 and 25 can also be used. mailServer.ehlo() mailServer.starttls() mailServer.ehlo()
確定! 回上一頁