Fixed Mails showning in SPAM

This commit is contained in:
mananapr 2017-04-11 16:08:51 +05:30
parent 09b47a2ec0
commit d13d9702f2
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ import smtplib
import getpass
from datetime import datetime
EMAIL_SOURCE = 'mananapr@gmail.com'
EMAIL_TARGET = 'ms704@snu.edu.in'
EMAIL_SOURCE = 'enter_sender_email_id_here'
EMAIL_TARGET = 'enter_target_email_id_here'
PASS = getpass.getpass("Enter Password for %s: " %(EMAIL_SOURCE))
# Function to send URL of thread in mail to EMAIL_TARGET