How can I change the email recipient
-
I have a contact form which sends an email to a certain email address. In a special case (based on certain fields), it needs to be sent to a different address.
Previously, this was done by hooking wpcf7_before_send_mail, and changing the recipient address. However, that’s now passed by value and so changes have no effect.
What’s the correct way to do it now?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How can I change the email recipient’ is closed to new replies.