0 votes
by (880 points)
edited

Is there a way to send a mail from file/stream while overriding BCC? (the eml file does obviously not contain BCC information, since the recipients should not be able to see it, but I cannot seem to specify the recipients of the mail when using Smtp.Send(filename) or Smtp.Send(stream))

Applies to: Rebex Secure Mail

1 Answer

0 votes
by (144k points)
edited

UPDATE The new overloads have been released as a part of version 2014R2.


We added two new overloads for Smtp.Send that make it possible to explicitly specify recipients (and sender). This will be published with the next release. Until then, a hotfix is available (contact us if you need it).

...