Excellent video, it would be great if you could load an email list or several emails separated by comma, this would obviously give the possibility to have a dual purpose and be able to send more than one email at a time.
You can! For recipient_list is a list where you can include multiple email adresses. Django has different functions which can also handle mass emails. You can check out the documentation for more details: docs.djangoproject.com/en/4.2/topics/email/
I followed the steps but I keep getting this error, what could be causing this? "ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)"
Exactly what I needed. Thank you very much.
Excellent video, it would be great if you could load an email list or several emails separated by comma, this would obviously give the possibility to have a dual purpose and be able to send more than one email at a time.
You can! For recipient_list is a list where you can include multiple email adresses. Django has different functions which can also handle mass emails. You can check out the documentation for more details: docs.djangoproject.com/en/4.2/topics/email/
Thanks!
Code is available on GitHub: github.com/NickMol/Django-Emails
I followed the steps but I keep getting this error, what could be causing this? "ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)"
I have not seen this error before. It could have to do with outdated packages you are using in your project. You can try to update all packages etc.
can you also add the requirements.txt file on Git Hub. while running the code there seems to be some errors
"promosm"