I have made a script that should send an email with python using smtplib. Here it is: import smtplib msg = "test email" mail = smtplib.
確定! 回上一頁