cancel
Showing results for 
Search instead for 
Did you mean: 

Password reset mails takes Long time to sent.

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Password reset mails takes Long time to sent.

My issue, password reset mail working but it takes a long time to sent the customer, once customer received its shows, reset password link expired. How can i solve this issue?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Password reset mails takes Long time to sent.

Hello @Jeeva Rathinam

 

Make sure cronis running every second.

 

If cron run every second then mail will be fire at at time.

 

Hope it will help you.

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

View solution in original post

6 REPLIES 6

Re: Password reset mails takes Long time to sent.

Hi @Jeeva Rathinam,

 

How are you sending emails? Using the out-of-the-box queue by cron or using a remote SMTP?

How is configured the reset password option for customers?

Re: Password reset mails takes Long time to sent.

Hello @Jeeva Rathinam

 

Make sure cronis running every second.

 

If cron run every second then mail will be fire at at time.

 

Hope it will help you.

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Password reset mails takes Long time to sent.

@Jeeva Rathinam

 

Is that work for you?

 

If yes then mark as a solution so it will help to other.

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Password reset mails takes Long time to sent.

I am using cron job, like 


*/5 * * * * sh /home/abc/public_html/cron.sh

Re: Password reset mails takes Long time to sent.

Hello @Jeeva Rathinam

 

use 

 

* * * * *

 

and run manually 

sh /home/abc/public_html/cron.sh

 

is that showing any error?


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Password reset mails takes Long time to sent.

No error. working good.