- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Password reset mails takes Long time to sent.
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Password reset mails takes Long time to sent.
I am using cron job, like
*/5 * * * * sh /home/abc/public_html/cron.sh
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Password reset mails takes Long time to sent.
No error. working good.