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.
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.
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?
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.
Is that work for you?
If yes then mark as a solution so it will help to other.
I am using cron job, like
*/5 * * * * sh /home/abc/public_html/cron.sh
Hello @Jeeva Rathinam
use
* * * * *
and run manually
sh /home/abc/public_html/cron.sh
is that showing any error?
No error. working good.