From d13d9702f2fef0abc75130d0aaf13fdea5e5ca4e Mon Sep 17 00:00:00 2001 From: mananapr Date: Tue, 11 Apr 2017 16:08:51 +0530 Subject: [PATCH] Fixed Mails showning in SPAM --- lainchan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lainchan.py b/lainchan.py index 4113ba7..2e7e36d 100644 --- a/lainchan.py +++ b/lainchan.py @@ -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