How to send email with Django: Complete SMTP guide
Guide explains configuring Django's SMTP backend, using sendmail,
EmailMessage, and `sendmass_mail` for plain, HTML, attachment, and bulk email sending while securing credentials via environment variables.