Advertisement
Guest User

3765858757658Kanker

a guest
Jun 1st, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. SMTP_USERNAME = '' # Mail id of the sender
  2. SMTP_PASSWORD = '' # Pasword of the sender
  3. SMTP_RECIPIENT = '' # Mail id of the reciever
  4. SMTP_SERVER = 'smtp.gmail.com' # Address of the SMTP server
  5. SSL_PORT = 465
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement