-
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?
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
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, 11:37 AM
-
By arvindkumarmca in forum Java
Replies: 0
Last Post: 10-29-2006, 08:02 AM
-
By ddsuresh in forum Java
Replies: 1
Last Post: 12-29-2005, 09: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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks