Validate Email Inputs
GarvinSchaub opened this issue · 0 comments
GarvinSchaub commented
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 -> ")