Skip to content

Python Email Sender

Latest
Compare
Choose a tag to compare
@Vinishbhaskar Vinishbhaskar released this 19 Jan 13:14
befe548

A Python script that sends emails, including attachments, to up to 50 recipients at a time using the built-in smtplib library. It also includes a feature for sending mail with a Carbon copy(Cc) and Blind carbon copy(Bcc) to multiple recipients.

Features

  • Sends emails to up to 50 recipients at a time
  • Includes attachments
  • Includes feature for sending mail with a Carbon copy(Cc) and Blind carbon copy(Bcc) to multiple recipients
  • Incorporates error handling and retry logic to enhance email delivery rate