How To Configure Login Link (Forgot Password) ASAP #569
Answered
by
kodetumbuh
kodetumbuh
asked this question in
Q&A
Answered by
kodetumbuh
Dec 25, 2022
Replies: 2 comments 3 replies
|
What do you want to do exaclty? |
3 replies
|
i found the problem for gmail (you can't use old password need an app to use it) how to setting Use login link (forgot password) :
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 especially with begineer like me. thank you kenjis and datamweb for your support! |
0 replies
Answer selected by
kodetumbuh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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) :
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…