-
Remote SMTP in vbsendmail.dll
Hello,
I use vbsendmail.dll for sending email. Now, when i use smtp.gmail.com as SMTP Servername then it gives me an error:
530 5.7.0 Must issue a STARTTLS Command First. f42sm1009220rvb.9
I can send email using the same SMTP Configuration in vb.net.
I used both username and password correctly. I have not mail exchange server loaded. Our ISP do not provide.
Please help me.
-
Welcome to DevX 
If you can send mail with your VB.NET program, why are you messing around with sending mail in a VB6 program?
-
Hello Hack,
Thanks for your suggesstion. I am actually developing an application in vb 6. The size of my program will be 2 Mb approximately. Who will download extra 22 MB (.net framework) along with a 2 MB Software. Here (Countries like Bangladesh) 1 MB is precious as our internet connection is 4 kb/s.
Is there any way of sending mail using remote port in vb 6? Waiting for help.
Kindest regards...
Shaoun
-
 Originally Posted by shaoun1000
Hello Hack,
Thanks for your suggesstion. I am actually developing an application in vb 6. The size of my program will be 2 Mb approximately. Who will download extra 22 MB (.net framework) along with a 2 MB Software. Here (Countries like Bangladesh) 1 MB is precious as our internet connection is 4 kb/s.
Is there any way of sending mail using remote port in vb 6? Waiting for help.
Kindest regards...
Shaoun
vbsendmail do not support ssl connection on port 465 and thats why you get error. use smtp component which support ssl smtp on 465 port (like chilkat smtp activex component).
Similar Threads
-
By BlueApple in forum .NET
Replies: 2
Last Post: 11-20-2006, 12:37 PM
-
By arvindkumarmca in forum Java
Replies: 0
Last Post: 10-29-2006, 09:02 AM
-
By ddsuresh in forum Java
Replies: 1
Last Post: 12-29-2005, 10:58 AM
-
By Ralph Hagan in forum Enterprise
Replies: 0
Last Post: 08-14-2000, 08:14 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|