CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 1999
    Posts
    28

    Mail Protocols Urgent!

    How can I send mail to more than one user at a time by using mail transfer protocols in Visual Basic.I can send only one user at a time upon now.Can Anybody help me.


  2. #2

    Re: Mail Protocols Urgent!

    There is a .dll at http://www.freevbcode.com/ShowCode.Asp?ID=109 that will allow you to do this via SMTP.


  3. #3
    Join Date
    Dec 1999
    Location
    Dallas, Texas, USA
    Posts
    59

    Re: Mail Protocols Urgent!

    Problem with the link you posted is the person has to have OutLook installed before it will work. I suggest using Winsock if you want this to work always. http://www.karland.com/OurProducts/KMailer32/ is a free DLL that created using Winsock.

    --
    Chizl
    [email protected]
    http://www.chizl.com/

  4. #4

    Re: Mail Protocols Urgent!

    No, mine is a pure winsock solution as well that supports mail attachments. Outlook is NOT required. Did you look at it before commenting?


  5. #5
    Join Date
    Dec 1999
    Location
    Dallas, Texas, USA
    Posts
    59

    Re: Mail Protocols Urgent!

    I did, but not closely enough, I guess. Tooshey.. Nice going. Didn't realize that was code to use your DLL. Most everyone I see post something about email people reply with the Outlook SNTP object. Yours demo code, on that page and at a glance, looked like it was pointing at the Outlook object and using it's properties.. Sorry about that.. Not trying to take anything from ya.. What's up with the -points.. Didn't know someone that didn't start the thread could do that..

    --
    Chizl
    [email protected]
    http://www.chizl.com/

  6. #6

    Re: Mail Protocols Urgent!

    Sorry about the -points, was annoyed at the time. That's what happens when I try to do things before having a cup of coffee in the morning. It's no big deal. You can give me a negative if you want to make up for it.

    CZ


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