Description
Email delivery from web projects can be routed through the local sendmail command in Django. It is useful for projects that rely on a system mail transfer agent instead of an SMTP library connection.
Mail backends affect user notifications, password resets, and transactional messages. Test delivery, sender identity, and bounce handling before using it in production.