Send Mail to multiple recipients in same network....

J

J.W. Aldridge

I am using Ron's Sub Mail_ActiveSheet() code.

When sending to one person, it works just fine, but when going to
multiple people within the same network (no email address extensions
needed - @ somewhere.com) I cant get it to work.

Please assist.....



'.SendMail "Jeremy W. Aldridge;Jane Doe;Janice Doe;MaMa Doe", _


Thanx
 
J

J.W. Aldridge

He almost addressed my question but not quite.....

I have a list of individual names in Outlook to send one sheet to.
I am not the only one sending it so I cant use a groupname because the
other users may not have access to my private distribution list.


Or Send to Outlook Distribution Group
Instead of .To "(e-mail address removed)" use

.Recipients.Add "GroupName"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top