PacktPublishing / Django-3-by-Example

Django 3 by Example (3rd Edition) published by Packt
https://djangobyexample.com/
MIT License
715 stars 692 forks source link

Email does not get send from chapter 8 #34

Open officerebel opened 4 years ago

officerebel commented 4 years ago

I have implemented the settings email etc. And the task for sending email. It is visible in the celery console. but I don't see the email in my real inbox. Out outbox from the sending email. Have down the google security softener and get in console:[2020-09-12 06:57:01,691: INFO/ForkPoolWorker-16] Task payment.tasks.payment_completed[8176d113-a447-4bf4-b7f4-ea0cf1d4d3c4] succeeded in 0.2296765129999585s: None

What do I miss in sending the email? So it arrives in my inbox with the pdf?

tolu-c commented 3 years ago

can you show your code?