Fixed Mails showning in SPAM
This commit is contained in:
parent
09b47a2ec0
commit
d13d9702f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue