When using smtplib to send emails in an environment where MD5 is not supported (e.g. FIPS), using SMTP.login to authenticate with an SMTP server will fail with: File ...
A Python script to send bulk emails using Gmail's SMTP. Supports multiple recipients, repeated sends, and secure login via .env for credentials. Great for small campaigns, testing, or notifications.