Kamus Posted September 7, 2022 Share Posted September 7, 2022 Well... In May, Gmail stopped allowing less secure apps. As a result password recovery is "Not working" using Gmail But it is NOT dead, here I bring this solution so you can configure the password recovery system for free using Gmail  Thanks to @Arufonsu for help me to get this solution  STEP 1 We will configure our Gmail for work with it Spoiler Go to your account settings Go to security Go to 2-Step verification and enable it when you had enabled the 2FA, go back and enter on the new section below "App passwords" Click on "App passwords", select the app and device you want to generate the app password for. Choose Select app and choose Mail, choose Select device and choose Windows Computer, Generate. You will get a 16-digit passcode, copy it and use it as SMTP password of your Gmail account in your server config.json (on Server/resources/config.json) . Please note there is NO whitespace when using the passcode, the code in the screenshot is more readable. STEP 2 We will configure our server for work together with Gmail Spoiler Go to your server folder and edit the config.json (On Server/resources/config.json) Find "SmtpSettings" on the file and fill all data with this:  "SmtpSettings": {   "FromAddress": "yourgmail@gmail.com", <-- Edit this with your data   "FromName": "The name of your game", <-- Edit this with your data   "Host": "smtp.gmail.com",  <-- Edit this with THIS DATA   "Port": 587,  <-- Edit this with THIS DATA   "UseSsl": true,  <-- Edit this with THIS DATA   "Username": "yourgmail@gmail.com", <-- Edit this with your data   "Password": "ThePassword" <-- Edit this with the password of the Step1  }, And you've done!, your recovery password system is now working again with GMAIL for free  Smoot, Blinkuz, Arufonsu and 4 others 2 5 Link to comment Share on other sites More sharing options...
Kings And Gods Posted September 7, 2022 Share Posted September 7, 2022 Thx, good job! Kamus 1 Link to comment Share on other sites More sharing options...
kraliet07 Posted November 6, 2022 Share Posted November 6, 2022 I did what you said, but it only sent an email once, then never again.  Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now