Skip to content

Releases: Vinishbhaskar/Python-Email-Sender

Python Email Sender

19 Jan 13:14
befe548
Compare
Choose a tag to compare

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