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