coderatul / emailbomber

a powerful script in python to send bulk mails
MIT License
44 stars 17 forks source link

Validate Email Inputs #8

Closed GarvinSchaub closed 1 year ago

GarvinSchaub commented 1 year ago

Currently the emails of sender and recievers are not validated.

This could lead to some errors or a complete freeze of the program.

Current code: sender = input("Enter the Gmail address you would like to send emails from (example@gmail.com) -> ") and receiver = input("Specify the email(s) you would like to email-bomb -> ")