-
VB email using SMTP
Does anyone know where I can get some sample code to send email using SMTP? I've looked at a couple of sites but nothing is simple enough for me to understand.
-
-
They really don't get a whole lot simpler than these examples.
http://www.example-code.com/vb/email.asp
-
If you are looking for simple, you should look for a 3rd party SMTP library/dll that supports VB6 (COM) and has the basics including attachments, optional SMTP authorization, etc.
Sending via SMTP is really not that difficult to implement yourself. SMTP is a text-based sockets protocol which is well documented. There is a straightforward back-and-forth communication between you and the SMTP Server that can be implemented using the VB6 winsock control. Doing it yourself gives you more control, but does require a little more effort.
Similar Threads
-
By Jim Pragit in forum .NET
Replies: 64
Last Post: 10-20-2001, 08:06 PM
-
Replies: 0
Last Post: 10-03-2001, 09:14 AM
-
By Zane Thomas in forum .NET
Replies: 147
Last Post: 01-31-2001, 02:00 PM
-
By Jose in forum VB Classic
Replies: 4
Last Post: 07-07-2000, 07:21 AM
-
By Jose in forum VB Classic
Replies: 0
Last Post: 07-06-2000, 01:08 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|