OpenSourceHelpCommunity / OpenSourceHelpCommunity.github.io

Open source help community website
http://opensourcehelpcommunity.herokuapp.com/
MIT License
44 stars 57 forks source link

Send emails to console backend when developing locally #223

Closed jarifibrahim closed 6 years ago

jarifibrahim commented 6 years ago

I'm submitting a ... (check one with "x")

When running the web app locally, new user registration will fail due to missing SMTP credentials. Use https://docs.djangoproject.com/en/dev/topics/email/#console-backend as email backend when developing locally

jarifibrahim commented 6 years ago

This issue becomes obsolete with this PR https://github.com/OpenSourceHelpCommunity/OpenSourceHelpCommunity.github.io/pull/224

I'm closing this issue. We can reopen this when we add email related features.