Click to See Complete Forum and Search --> : Mail Protocols Urgent!


doan
December 9th, 1999, 02:21 PM
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.

czimmerman
December 9th, 1999, 10:56 PM
There is a .dll at http://www.freevbcode.com/ShowCode.Asp?ID=109 that will allow you to do this via SMTP.

Chizl
December 10th, 1999, 12:48 AM
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
chizl@NOSPAM.karland.com
http://www.chizl.com/

czimmerman
December 10th, 1999, 10:20 AM
No, mine is a pure winsock solution as well that supports mail attachments. Outlook is NOT required. Did you look at it before commenting?

Chizl
December 10th, 1999, 09:04 PM
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
chizl@NOSPAM.karland.com
http://www.chizl.com/

czimmerman
December 11th, 1999, 01:35 AM
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