Skip to content

Commit

Permalink
Remove TO_EMAIL variable from mail.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ElDeveloper committed Mar 20, 2013
1 parent b9f49b4 commit 7fdd2b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_code/utils/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from email.mime.text import MIMEText

FROM_EMAIL = 'info@americangut.org'
#TO_EMAIL = 'americangut@gmail.com'

def send_email(message, subject, recipient='americangut@gmail.com'):
"""Send an email from your local host """
Expand Down

0 comments on commit 7fdd2b4

Please sign in to comment.