#๐Ÿ”’ Facing error with Smtplib

8 messages ยท Page 1 of 1 (latest)

vital laurel
#

Wanted a real human based answer related to this question.

So the problem i am facing goes like-
Currently i am working on a personal project which requires Email address and a password(you have to create it)
I have 2 options login and register if the person is new he will register.

After that i have created some functions in the program like
1.Enter details(related to any product)
2.Show details
3.Show graph( basicaly this is for representing data visually)
4.Exit

I want that when a person registers himself the very first time a function sends him an email on the email address which he used to register previously.

Previously i created a function (using AI) which would send email to the user but when i execute the function i face an error. I searched about it on the internet and came to know that you have to enable allow less secure apps if you are using gmail. But j couldn't find such option

I almost searched the whole internet but couldn't find a relevant solution if anyone can help me with this.
Thanks

fading crownBOT
#

@vital laurel

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

robust bluff
#

Heres a tutorial on sending email
Whats your error your having with Smtplib?

vital laurel
#

You can read above

fading crownBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.