Send email using this Visual Basic Script. Just insert your desired parameters such as smtp mail server address, credentials, email addresses and content of the email withitn the provided variables inside the script and execute the script to start sending email instantaneously.
In this script we use CDO to send emails. Sending email with CDO is a simple task. First we create a reference to the CDO component. Set the parameters and variables required of the CDO object and then just invoke the CDO.Message.Send to fire off the mail. As simple as that. Explore the script for more details.