Link to home
Start Free TrialLog in
Avatar of michael4606
michael4606

asked on

Send Email From VB6

Hello,

How can I send a standard SMTP email message (no attachments) from a VB6 application?

Caveats
* Cannot use any third part solutions (ActiveX, DLLs etc.).  A native VB6 email function library would be OK though.
* Must be native to VB6.
* Must work on Windows 2003 servers and Windows XP.

I have scoured many Google listed sights and have not found anything that meets the about criteria yet.  
Perhaps I can use the MAPI controls, but I just need to send a simple email (not explicitly interfacing to an Exchange server).

I have a DOS tool that uses mailsend.exe from muquit.com.  It only requires the SMTP server IP and email address.  I was hoping for a native VB6 solution that would be this easy in VB6 too but not sure what the code would look like.


Thanks,

Michael
ASKER CERTIFIED SOLUTION
Avatar of d3n
d3n
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Antagony1960
Antagony1960

Ah, you beat me to it d3n.  :D
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of michael4606

ASKER

All cool options.   Thanks guys.