We are sending an email to a journaling mail box using Redemption. We wish to send an email with a To address that's not the address the email is sent to.
For example: Create an email with the To address set to jbloggs[at]example.com but send it to TomJones[at]test.com so the email arrives in the TomJones[at]test.com mailbox with the email To address set as jbloggs[at]example.com
I know this sounds like spoofing, but it's a requirement we got from a client that we need help with. We've seen other companies able to do this.
UPDATE
Just found this article after reading @i486 reply: In SMTP, must the RCPT TO: and TO: match?
How do you set / edit the SMTP RCPT TO value using Redemption in C#?