Guest User

Untitled

a guest
Jul 17th, 2018
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. msg = EmailMessage()
  2. print(type(msg))
  3. msg.set_content(string)
  4. msg['Subject'] = 'Cinema times'
  5. msg['From'] = 'cinematimespy@email.com'
  6. msg['To'] = 'lliamhinds@gmail.com'
Add Comment
Please, Sign In to add comment