要透過python發mail的話,可以直接使用內函的lib來處理。 import smtplib. 以GMAIL為例來看:. smtpObj = smtplib.SMTP('smtp.gmail.com', 587)
確定! 回上一頁