Not Logged in - No Account?
Don't have an account? Registering an account with us allows you to post to the forums, easily track new posts, subscribe to threads, pm (private message) other forum members, and receive periodic news letters (you can opt out if you desire). Once you are logged in this message will no longer appear. If you don't have an account, you can create one by registering here. Lost your password, request a new password. We respect your privacy which means we collect minimal information when you register and we do not resell that information or use it in any objectionable way. You can review our privacy policy for full details.

I'm really not sure if you
I'm really not sure if you can do this in the freepbx interface, but you can do this pretty easily in Linux proper.
Let's say you've got two sales people, bob@buyme.com and sally@sellit.com. What you do is add an entry in /etc/aliases like so:
sales: bob@buyme.com, sally@sellit.com
then run the command "newaliases" and any messages to sales@localhost will go to those two addresses. So, in freepbx, for your email address you put "sales@localhost".
This advice assumes a lot, such as your system is capable of 1) sending mail in the first place and 2) there are no restrictions on addresses.
You can also of course send
You can also of course send an e-mail to a mail list that is mail enabled. If your mailserver support it. Exchange and others support the creation of serverbased distribution lists that have an e-mail address..
/Hasse