diff options
Diffstat (limited to 'tbc/views.py')
-rwxr-xr-x | tbc/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/views.py b/tbc/views.py index 40d275d..6a76b3d 100755 --- a/tbc/views.py +++ b/tbc/views.py @@ -37,7 +37,7 @@ def add_log(user, object, flag, message, proposal_id=None, chat='No message'): def email_send(to,subject,msg): try: smtpObj = smtplib.SMTP('localhost') - mail_from = "textbook@fosse.in" + mail_from = "textbook@fossee.in" message = MIMEText(msg) message['Subject'] = subject message['From'] = mail_from |