Lines Matching refs:msg
201 msg = MIMEMultipart()
202 msg.epilogue = ''
203 msg.attach(textmsg)
205 msg = textmsg
209 msg['Subject'] = subject
210 msg['From'] = hdr
211 msg['To'] = COMMASPACE.join(recipients)
213 msg['Cc'] = COMMASPACE.join(ccrecipients)
215 msg['Reply-To'] = xMailMessage.ReplyToAddress
231 msg['X-Mailer'] = mailerstring
232 msg['Date'] = formatdate(localtime=True)
251 msg.attach(msgattachment)
267 self.server.sendmail(sendermail, truerecipients, msg.as_string())