Sending Email
Sarah Reichelt
sarah.reichelt at gmail.com
Mon Jan 5 18:46:57 EST 2009
> Here's a RunRev script that you can try using revGoURL:
>
> --start of script -- look for line wraps in the script
> on mouseUp
> --format the url
> --the subject value should not contain spaces. Therefore you will need to
> replace spaces in the subject value with "%20".
> put
> "mailto:shoreagent at gmail.com?Subject=Sending%20Email&cc=bill at microsoft.com&bcc=steve at apple.com&body=This
> is a test" into tURL
> --launch default email system
> --caveat emptor: the following command has been deprecated in v2.90, but
> works none the less.
> revGoURL tURL
> end mouseUp
> --end of script --
revGoURL is deprecated, but the "launch url" command is the modern equivalent.
Sarah
More information about the use-livecode
mailing list