CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2001
    Location
    IL
    Posts
    6

    Broadcasting E-Mail

    I'm looking for a way to send an e-mail to multiple e-mails addresses with one send, yet only display the recipients e-mail address to them (Hiding all other e-mail addresses that I am sending to).

    This is to not seem so impersonal to the person receiving the e-mail.
    I've never coded an application using outlook before... is this a difficult task?
    Thank's for any response!
    Jay


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Broadcasting E-Mail

    Create a group in your e-mail and put all the recipients to this group. Now send your e-mail to this group.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    Oct 2001
    Location
    IL
    Posts
    6

    Re: Broadcasting E-Mail

    Thank you very much. I didn't realize that hid all the names. Thanks again!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured