Hi pal, is there a way to develop vb6 code to send email to contacts via gmail (not using outlook or outlook express)?
thanks! :wave:
Printable View
Hi pal, is there a way to develop vb6 code to send email to contacts via gmail (not using outlook or outlook express)?
thanks! :wave:
Yes you are able to do this and it is done by me also, but you have the knowledge of the asp or the php also.Quote:
Originally Posted by Shaman
First you have to make the page in your site for receiving mal then using vb code you are able to send the mail on your email address.
You can send via SMTP components, for example OSMTP (Ostrovsky SMTP component), search it in google, in hist web page many examples in VB6, VBA, VBS
I use the vbSendMail.dll and it works like a dream. Cant remember where I got it Google it.
vbSendMail.dll in www.freevbcode.com, also in this web page many samples about sending mails via VB6