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