diff options
author | hardythe1 | 2015-01-28 15:51:45 +0530 |
---|---|---|
committer | hardythe1 | 2015-01-28 15:51:45 +0530 |
commit | 41d1b355635ab7030c3c2f1e4b02822b41763581 (patch) | |
tree | d2ce483420132e171e7d4d1a510daab862a10ee6 | |
parent | 8daad37c496a799be5be65e6c95631c202480158 (diff) | |
download | Python-TBC-Interface-41d1b355635ab7030c3c2f1e4b02822b41763581.tar.gz Python-TBC-Interface-41d1b355635ab7030c3c2f1e4b02822b41763581.tar.bz2 Python-TBC-Interface-41d1b355635ab7030c3c2f1e4b02822b41763581.zip |
corrected spelling in mail address
-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 |