Đạt
(@phmtiendat)
Hi there
I got the same issue like you. Have you know how to solve this problem? If you’ve solved this problem, could you tell me step by step to fix this.
Thanks a lot!
Đạt
(@phmtiendat)
@tajmohamed30 Hello there, i did some test with version 2.9, and still got that issue.
i think we have to find another way to fix. :v
Hi @tajmohamed30,
Thanks for reaching out. When the loading is spinning, your site is probably trying to connect to the SMTP server you’ve configured, but it could not connect. Can you please share the mailer/SMTP settings you’re using and check by sending an email from WP Mail SMTP > Email Test?
@phmtiendat This is likely not the same issue you’re facing. You’re probably using a different SMTP server and your site is hosted on a different server. Please create a new support post with the details I asked for above.
Regards,
Hi Sanjeev,
FYI – I haven’t change any email settings from my site from beginning (16-June-2021) and the loader spinning issue and double email sending issue(from last two weeks) is getting for an order when customer force click checkout button multiple times during loader spinning issue to navigate thank you page.
For test email there is no issue as it get soon gets received when given send email
video reference below
“https://www.loom.com/share/00326834745b45b98a4e3fba13128710”
Regards
Hi @tajmohamed30,
Thanks for sharing the details with the video. With WP Mail SMTP, the 5-7 seconds time between the checkout and thank you page is the time your site trying to connect to the SMTP host you’ve configured. When it’s infinitely loading, your site is unable to connect. There is no immediate solution but you might want to connect to your SMTP/webhost provider. When you’re deactivating WP Mail SMTP, there’s no delay because there’s no SMTP connection.
If you’re using WooCommerce, there is probably a way to send emails asynchronously in the background with some custom code snippet that will fix this issue.
Alternatively, I’d recommend switching to other mailers which are API based, SMTP are usually slower than APIs.
I hope this helps!
thanks for letting me know