@ John
Completely untested but should work…
Every entry which should be reviewed, add the reviewers email address to the entry. Make it the top one and set it as the Preferred email address. To keep it from displaying, you can set it as Unlisted.
Another option would be to edit the Contact plugin, line 417. Change it from the entry email address (which is a variable) and hard code it to your clients email address.
One other possibility is you could hook into the cn_email_to
and return your clients email. This has a major downside. It’ll apply to all email sent thru Connections. But, if the only email you are using is from Contact, this would work. Alternatively, you could hook into the cn_email
filter and check for the X-CN-Log-Type: cn-contact
before changing the email address.
Hope this helps!