Link to home
Start Free TrialLog in
Avatar of Sheldonhal
Sheldonhal

asked on

VBScript that will email a specified document

Hi guys,

I have been struggling with a script to create an email and attach a file, and then place the email in the Outlook outbox of the local user running that script.

So, what I need is as follows:

VBScript:

It must create an email, input the sender/s email address, subject line and body.
It must validate the email address (just simple character validation is necessary)
It must attach a specified file from a windows folder to the email
It must automatically put the email into the user's outbox. This must apply to any user who runs this script from their machine...it must use the local email profile available.


I kinda need it urgently...you know how demanding some clients can be...

Thanks !!!
ASKER CERTIFIED SOLUTION
Avatar of Patrick Matthews
Patrick Matthews
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sheldonhal
Sheldonhal

ASKER

Thanks alot, just what I needed!