Many users send using a single address, replies to that single address go to many users
Posted
by Keyslinger
on Server Fault
See other posts from Server Fault
or by Keyslinger
Published on 2010-06-11T18:34:00Z
Indexed on
2010/06/11
20:03 UTC
Read the original article
Hit count: 407
I work in an office with a Microsoft Exchange server for email. I would like to have the following workflow:
- John, Mary, or Sam send a message from Outlook on their respective computers.
- The customer receives the message from the address "[email protected]"
- The customer replies to the message from [email protected] and it is received by John, Mary, or Sam depending on who sent the message (if it was sent by John, the reply is sent to John, and so on).
All users should also be able to send emails from their respective addresses as well (e.g. [email protected], etc.)
Is this possible? If so, how can it be accomplished?
© Server Fault or respective owner