Connecting Tech Pros Worldwide Forums | Help | Site Map

Simple Email through VB6 program?

Newbie
 
Join Date: Dec 2008
Posts: 2
#1: Dec 10 '08
I am making a simple program in VB6 with 2 text boxes and a submit button.

I am trying to set it up so when the user hits "submit" the information in the text boxes is emailed to an email of my choice. I was trying to figure out if this can be achieved by SMTP, because I really don't want it to go through outlook.

Any suggestions on how I can do this would be very appreciated!

debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,511
#2: Dec 10 '08

re: Simple Email through VB6 program?


if you really want to use SMTP then try to use this .
Reply