Windows SMTP Relay Server to add BCC to all emails
Posted
by
faulty
on Server Fault
See other posts from Server Fault
or by faulty
Published on 2012-06-25T04:06:33Z
Indexed on
2012/06/25
9:18 UTC
Read the original article
Hit count: 396
I'm looking for a Windows based SMTP Relay Server which allows me to add a specific BCC field to all outgoing emails that relayed through this server.
The reason for such requirement is that we need to track if the email is actually sent. We're sending our email to end users via our cooperate email server. Currently we're receiving complaint that our end users did not receive our emails, but we don't have access to the email server's log.
At the same time, our developers are using a specific library which doesn't allows adding BCC, or it's much more tedious to do so than replacing our SMTP Relay with one that add BCC.
Currently we're using IIS' SMTP Server as our relay.
Thanks.
© Server Fault or respective owner