Hello,
I have enabled the waitlist feature, and it correctly displays for out-of-stock products. When I sign up for the waitlist with an email address, I see the message, “Please confirm your subscription to the waitlist,” which is fine. However, I’m not receiving any confirmation email.
I’ve already searched the forum and tried your suggested workaround:
add_filter(
'woodmart_waitlist_schedule_time',
function() {
return MINUTE_IN_SECONDS;
}
);
Unfortunately, this didn’t resolve the issue, and my inbox remains silent.
Please note that I am receiving all other emails sent by WordPress. I have manually configured an SMTP server using the WPForms SMTP plugin, which works correctly for other emails.
Could you please assist me in troubleshooting this problem?
Thank you in advance.
-
This topic was modified 1 day, 12 hours ago by bl4d3.
-
This topic was modified 1 day, 12 hours ago by bl4d3.