Ask Your Question
0

How can I get Askbot emails to print to the console?

asked 2014-11-06 16:53:05 -0500

geekofalltrades's avatar

updated 2014-11-06 16:53:43 -0500

I'm running Askbot as an app on a larger project in a development environment. The EMAIL_BACKEND setting in this environment is the console backend. However, none of Askbot's email notifications get printed to the console; instead, they seem to disappear into the ether. Is there any way I can get these messages to print?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-11-06 18:04:45 -0500

Evgeny's avatar

Maybe you have > 1 EMAIL_BACKEND in your settings.py or you are looking into a wrong file? This works for me:

EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
edit flag offensive delete link more

Comments

Probably something in the project setup, then - I'll look into it.

geekofalltrades's avatar geekofalltrades  ( 2014-11-10 13:28:41 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2014-11-06 16:53:05 -0500

Seen: 239 times

Last updated: Nov 06 '14