Any idea to resolve that ?
]]>To prevent spam of verification link being re-sent multiple times within a short period of time.
Would be better if by default, users would need to wait at least 2 mins before they can re-send the verification email, and then it gradually increases, from 2 to 5 to 10 mins and so on, the more they try to re-send it in the same day, the cooldown gets longer.
]]>Please look into this. I verified, this is happening on all sites and should be easy to verify on your end.
Thanks!
]]>I got an email that is not spam, but was being marked as spam.
I pushed the resend email button because I need to reply to that email, but nothing happens.
p.s. I use Wp mail smtp with Sendinblue(brevo)
]]>I have created custom email templates with php get_meta
so that the body data changes in accordance to various functions I’ve added, but I need the resend email to be based upon what occurred in the order update.
My use case: I have an email that goes out to a bookkeeper after an order is automagically placed when the user fills out a registration form. If the customer makes a mistake, such as selecting the wrong payment method, and the order needs correcting on the back end, the same notification email gets resent on update (or at least the subject is the same). I need to change the email subject and body to give a readily identifiable indication of the reason for this additional email, so that the bookkeeper won’t ignore it as an accidental dupe.
I can create a dedicated, custom template, if necessary, but I would rather use tags or update_meta_data
and get_meta
with some if/then blocks to change the email based on what was updated in the order. If I use a completely different template, I will still need to know how to switch the Resend to the secondary custom template instead of the default one.
I’m hoping there is some kind of woocommerce_before_resend_notification_email
action or filter, but I couldn’t find it.
I am having trouble with resend email function, if for some reason, I have to resend the email it show up as HTML in the body.
https://paste.pics/0d98c0927e48dc89467d34d203b49cb9
This only happens when resend feature is used in the logs, any ideas how to fix this?
Thank you
]]>I added an email action and the particular submission should now be sent to that email address.
]]>Is this expected behaviour for the manual Resend option? Can I do something to change that, using a filter or something?
Regards
]]>