I would like to send an email in an Exchange 2010 environment using VBSCRIPT.
The email would need to send an attachment to a specific email address when I run the script.
For the attachment it would look inside a folder and if a file exists in the folder, then it needs to send out an email and attach the file. The filename could differ at any given time. Only should the script send out an email if a file exists in the specific folder it's looking inside. If no file exists, then no email is sent out.
Steve
Open in new window