VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



SMTP email without mswinsck.ocx using Windows API's

by Joseph (5 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (41 Votes)

SMTP email without mswinsck.ocx using Windows api's
Hai friends at VBC...
This is the implementation of smtp (Simple Mail Transfer Protocol) using the winsock.dll. Till now i have seen only implentations of the above protocol using the bulky activex control mswinsck.ocx(106 kb). All you have to do is to include the module in your program and call the smtp( ...) function. It will return a 1 if succesful, 0 if an error occured during transmission and -1 if a serious error ocuured.
Your mail enabled program will be just about 30kb...Wonderful...No need of any support ocx files for your program to work. This program uses just pure windows api's only..Send in your comments and bug reports to [email protected].. The problem is that i have done extensive tests with the loopback ip address(127.0.0.1) running a mail server on my machine...Hadnt got the time to check out live at the net.
Also do mail me the latest version of the winsock.dll's basic module if you have...Thanks in advance


Rate SMTP email without mswinsck.ocx using Windows API's

Download SMTP email without mswinsck.ocx using Windows API's

Download SMTP email without mswinsck.ocx using Windows API's (22 KB)

SMTP email without mswinsck.ocx using Windows API's Comments

No comments have been posted about SMTP email without mswinsck.ocx using Windows API's. Why not be the first to post a comment about SMTP email without mswinsck.ocx using Windows API's.

Post your comment

Subject:
Message:
0/1000 characters