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