Hello,
I want to send text from VB to a certain web e-mail address how can I achieve this?
Regards.
Hello,
I want to send text from VB to a certain web e-mail address how can I achieve this?
Regards.
Sending email to a "web email address" is the same as sending it to any email address. The only thing "web" about them is that the users use a web-based client.
Or perhaps you mean something else by this?
Sending email from VB6 programs as a web-based email account user is another matter. This is generally impractical. However if the email system in question allows SMTP & POP3 access to its servers it might be possible to use SMTP with such an account.
Maybe you can be more explicit about what you want to accomplish.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
Please consider giving me some rep points if I help you a lot.
DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
Please rate my post if you find it helpful!
Technology is a dangerous thing in the hands of an idiot! I am that idiot.
I'm guessing the question is about something like a Yahoo or Hotmail account without SMTP/POP access.