coderatul / emailbomber

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

feature to add subject #22

Closed chavi362 closed 6 months ago

chavi362 commented 6 months ago

Solution for #20 In this updated version, I added the subject variable to capture the user's input for the email subject. The message["Subject"] line is then used to set the subject in the EmailMessage object. Additionally, when sending the email using server.sendmail, I converted the message object to a string using message.as_string() to ensure proper formatting.

I will work on the password issue after you'll merge this, Thanks, Best regards, Chavi