-
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
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
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, 01: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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks