I am needing to send an email using VB6 through SMTP that requires authentication (smtp.gmail.com). Any help would be much appreciated.
A:
Try these settings:
smtp: smtp.gmail.com
port: 587
user: your gmail email addres
pass: your gmail password
Sarfraz
2010-08-21 22:21:58
What code do I apply these settings to?
Tom Hall
2010-08-21 22:31:28
+1
A:
Although the answer to the question is for VBA and not VB6, it has sample code that works with gmail using CDO.
Knox
2010-08-22 10:48:20