How to Realy send email from game

Hello everyone

For a personnal project, i wanted my game/application to send email to my email adress. I’ve tried to use the “common email script” that i always find after typing my problem on google, but this is NOT working because of gmail/google restriction that Not allow other computer to connect to the “Sender gmail adress” (to send email to another adress).

I’ve ALREADY tried things like remove Sunset in PlayerSettings or visit DisplayUnlockCaptcha, etc. The best i can do is visit some links that fix the problem for only the next ip of the user, and fix this problem for few hours only.

I definitely thing that the script (that can be found here for example : How To send Email with C# on Unity 3D 4.1.2? - Unity Answers) sending email from gmail adress won’t work because of google restriction.

That’s why i’m asking if it was possible to send email from an application/game by a way that will work whatever the user ip is. (i would like something “automaticaly”, not something like “ask user email adress and password”, just something that send a mail using one of my email adress to another.

Thank you VERY much in advance. I’ve searched for a long time but i can’t find anything working.
JHave a nice day !

You can do this by two methods, which i found on this post. Hope this will help you.