VBScript to send email without running Outlook

You can send email without Outlook in VBScript using the CDO.Message object. You will need to know the address of your SMTP server to use this: If your SMTP server requires a username and password then paste these lines in above the MyEmail.Configuration.Fields.Update line: More information on using CDO to send email with VBScript can … Read more