Re: E-mail sending... but.. not sending?

2019-07-09 Thread Jani Tiainen
Hi. Looks like your backend isn't right if you see message in the console. Also if using gmail you have allowed insecure apps? ti 9. heinäk. 2019 klo 17.47 grwhumphries kirjoitti: > I've got a bit of a mystery. I've got a Django Wagtail project with > Spirit as an added app. I'm trying to

E-mail sending... but.. not sending?

2019-07-09 Thread grwhumphries
I've got a bit of a mystery. I've got a Django Wagtail project with Spirit as an added app. I'm trying to get the e-mail system working... I've included the following in settings/base.py EMAIL_NAME = 'myem...@gmail.com' EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'