Revision history [back]
goto main.py shell
using python main.py shell
then use this django code to manually send email to "to@email.com" change with watever you want
from django.core.mail import EmailMessage
email = EmailMessage('email Testing', 'This is a test for that Strange user',to=['to@email.com'])
email.send()
if you getting "1" as output then your email is working
you get output "1" and your email not working on askbot then check your time zone that maybe one issue