from email.mime.image import MIMEImage from email.mime.multipart import MIMEMultipart ...some img creation steps... msg = MIMEMultipart()
確定! 回上一頁