It can depend on how the groups are set up. At times, groups are a virtual
set up that works to simplify things on the client end and are not an email
address, per se. In these case, the client allows you to type in the alias,
but converts it to individual addresses behind the scenes. If your groups
are set up this way, you will have to programatically access the server as a
client to do what you want.
Another way of setting up addresses are as form of public "alias" where the
server decides whom to send mail to when the address is hit. This is more
rules based in nature and will work the way you are expecting.
I would talk to the person in charge of mail at the organization and see how
groups are set up. It is possible you are seeing groups on your outlook
client and assuming they are really an address, rather than a "virtual
alias" (the first type, while you think they are the second type - described
above). If so, your idea of sending mail to that single address and having
it disseminated will never work.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
*************************************************
| Think outside the box!
|
*************************************************
"IGD" <br**********@gmail.comwrote in message
news:23**********************************@m45g2000 hsb.googlegroups.com...
>I don't know if this is the right place to post this or not. If not,
could someone direct me elsewhere where I would find more information
on how to solve my problem? Thanks!
My problem is this: I am writing an application for work. This
application sends a basic html email via SMTP to a group. In this
group are individual people's emails, but also about 5 other groups.
The problem is that the email is only getting received by (or sent
to?) the individual people, not the other groups.
Situation:
toAddress (MAIN GROUP)
pe****@example.com
pe****@example.com
pe****@example.com
pe****@example.com
pe****@example.com
GR***@example.com
pe****@example.com
pe****@example.com
GR***@example.com
pe****@example.com
pe****@example.com
The email is getting sent only to the pe****@example.com, not the
people inside the GR***@example.com adresses.
My original thought was that permissions were the problem, but all the
groups have permissions to receive emails.
Any ideas? Thank you!