Help required on Script for opening a mail window and populating the fields
Help required on Script for opening a mail window and populating the fields
- Subject: Help required on Script for opening a mail window and populating the fields
- From: Mahesh Panchmal <email@hidden>
- Date: Wed, 21 Mar 2001 16:05:29 -0800
Hi,
The following command opens a new window in the default mail client on the
machine and populates the To and subject field of the mail. Could somebody
please let me know the syntax to populate the mail body also? I tried with
"?content=....", it doesnt work.
open location "
mailto:" & default_address & "?subject=" & mail_subject
Thanks