How do I create email addresses for all my users using my domain ([email protected])?
Posted
by rwain
on Stack Overflow
See other posts from Stack Overflow
or by rwain
Published on 2010-04-28T23:48:54Z
Indexed on
2010/04/29
0:07 UTC
Read the original article
Hit count: 185
My client wants to create email addresses for all their dotnetnuke users using their domain. The point is to keep the user's email addresses 'private' while still allowing communication through a public email address that they can control.
It's not necessary to have a full webmail interface (although that would be nice). I'm thinking it would be enough just to forward any mail on and just act as a gateway. So if an email was sent to [email protected], it would be forwarded on to the email address associated with the dotnetnuke account with username 'rwain'.
Is this possible to do in a shared hosting environment? Or do I need to create some custom mail server that does a conversion of the email address and forwards it?
© Stack Overflow or respective owner