
Send e-mail using default e-mail client
I'm trying to write a script for an intranet application that will
open the user's default e-mail client (e.g., Outlook or Composer).
Before opening the e-mail client, the script should hardwire a default
subject string and body text. The user will specify the "to" address
via the e-mail client. I also need to attach a file to the message. I
will have a URL (not a UNC path) to the attachment available from a
custom property at runtime.
I've tried using CDO, but I get a "permission denied" error whenever I
try to set any of the message's configuration settings. I am NOT using
IIS or ASP. I do know the IP address of the SMTP server.
Any suggestions? Thanks in advance!
Bruce