請問使用Python內建的SMPT物件,如何取得SMTP伺服器回應的訊息,我的寫法如下: try: ... import smtplib ... smtpObj = smtplib.SMTP(mail_host, 587) ... a ...
確定! 回上一頁