QUOTE(Maxcor3 @ 19 Jan, 2007 - 12:48 PM)

Okay basically find a php mail script that will send mail. Edit it to use the GET method to get the variables and if they exist, send the message. Use VB to pass the variables to the script of the series of tubes and then it will just send. I just thought that up when I posted that though so it might not work.
You can send the letter using a webbrowser control, just go to the server that sends them and fill the form up with your data.
You can use your set up server to do that, so even using an existing php mailing script would to.
You can use outlook object like described before.
You can use TCP, to build yourself a email sender.
You can use shell to send emails.
Probably there are a lot more ways you can do this, but i guess you need only 1. Probably, soon, you can find a solution in snippets.