Skip to content

Instantly share code, notes, and snippets.

View taylorhawks's full-sized avatar
🤔
learning

Taylor Hawks taylorhawks

🤔
learning
View GitHub Profile
@klinkin
klinkin / config.py
Created September 15, 2012 23:25
Using mandrill (mailchimp) service to send emails
from application.mail import mail_send
...
SECURITY_SEND_MAIL_FUNCTION = mail_send
...
FROM_EMAIL = 'dispatch@site.ru'
FROM_NAME = u'Site Admin'