Skip to content

How To Configure Login Link (Forgot Password) ASAP #569

Answered by kodetumbuh
kodetumbuh asked this question in Q&A
Discussion options

You must be logged in to vote

i found the problem for gmail (you can't use old password need an app to use it)
https://support.google.com/accounts/answer/185833

how to setting Use login link (forgot password) :

  1. make new password here https://support.google.com/accounts/answer/185833
  2. setting smtp like this
public $fromEmail = '*****@gmail.com';
public $fromName = 'your name';
public $protocol = 'smtp';
public $SMTPHost = 'smtp.googlemail.com';
public $SMTPUser = '****@gmail.com';
public $SMTPPass = '***(insert your an app gmail here)';
public $SMTPPort = 465;
public $SMTPCrypto = 'ssl';

3.done and test it

i think to make clear documentation shield, add a tutorial how to setting email that's will be helpfull especiall…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@kodetumbuh
Comment options

@datamweb
Comment options

@kenjis
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by kodetumbuh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants