PDA

Click to See Complete Forum and Search --> : Send email


ttsdinesh
Dec 24th, 2009, 07:07 PM
I am developing a program to send emails in VB6.0. I download lots of program from internet and checked. Most of the program shows "first run STARTTLS" error. Can anybody provide me a code which really works? I am using a gmail account. Thanks in advance.

Hack
Jan 8th, 2010, 11:22 AM
vbSendMail (http://www.freevbcode.com/ShowCode.Asp?ID=109) is arguably best free email client out there.
It uses winsock and is very simple to implement so give it a shot.

ttsdinesh
Jan 8th, 2010, 06:01 PM
Thank u Mr.Hack. It works.