summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12015-01-28 15:51:45 +0530
committerhardythe12015-01-28 15:51:45 +0530
commit41d1b355635ab7030c3c2f1e4b02822b41763581 (patch)
treed2ce483420132e171e7d4d1a510daab862a10ee6
parent8daad37c496a799be5be65e6c95631c202480158 (diff)
downloadPython-TBC-Interface-41d1b355635ab7030c3c2f1e4b02822b41763581.tar.gz
Python-TBC-Interface-41d1b355635ab7030c3c2f1e4b02822b41763581.tar.bz2
Python-TBC-Interface-41d1b355635ab7030c3c2f1e4b02822b41763581.zip
corrected spelling in mail address
-rwxr-xr-xtbc/views.py2
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