Hi!
I am a begineer in programming. I have started to work on the app using tkinter. I would like to add a contact form (similar to Django) to my app so a user can send me a message with queries.
This message would be sent to my email address. I tried to use the smtplib module but without success. It looks to me that the smtplib module requires an autorisation (login and password) to my email.
I would like a user to send a meesage via the app. Once received I can reply directly from my email address.
Maybe there is a simple example for this? I will appreciate any help/directions on this.
Regards
K