Send email using Visual Basic and Microsoft Exchange Server
I have a VB 6.0 application and Microsoft Exchange Server 2003. I want to able to send and email from my VB app. I have situation where there are many Techs using the same email account running. How do I send an email from my app.
It connect to your mail server via smtp and sends the email.
Will this work for you?