Recent Topics
email for reset password issue
-
when i try to reset password after forget it when i am trying login, the mail to reset password don't access to me
version of bagisto is 1.3.2
and the mail configuration are:
MAIL_DRIVER=smtp
MAIL_HOST=smtp.site.com
MAIL_PORT=2525
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=tls
-
Hi @Ahed
Can you please elabrote ?
-
@sanjay-webkul said in email for reset password issue:
Can you please elabrote ?
when ant user forget the password of his account then he need to reset the password via email .
this email don't access to the user
-
@Ahed
Please configure you email credentials on you .env file. then the email functionality will work properly.
-
@sanjay-webkul said in email for reset password issue:
Please configure you email credentials on you .env file. then the email functionality will work properly.
how i do that?
-
Please take a reference form the given example code
MAIL_DRIVER = smtp
MAIL_HOST = Enter your mail host here
MAIL_PORT = Enter your mail port here
MAIL_USERNAME =Enter your mail user name here
MAIL_PASSWORD = Enter your mail password here
MAIL_ENCRYPTION =Enter you mail encryption here
-
Hi there,
You have to set these details also.
SHOP_MAIL_FROM = [email protected]
ADMIN_MAIL_TO = [email protected]
MAIL_FROM_NAME = Bagisto Admin
-
@Ahed
Make sure all the details should be valid.
-
@sanjay-webkul
I did all the above steps but nothing works
-
-
yes i done the email configration. send and receive email to test
but not working to reset password
-
@Ahed
What platform are you using to send the email?
Are you using Gmail?
-
yes i use gmail
-
Hi there,
If you are using the gmail for for sending the emails then you have to ON Less secure apps
-
@sanjay-webkul
what are the solution
-
@Ahed
Please do not raise multiple queries for the same issue.
Please follow a single thread
-