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
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