Thanks. The launch URL has no docs for using it though I noticed so thanks also for the example script. I wonder if RevMail will ever be fixed to include everything?
On Mon, Jan 5, 2009 at 7:46 PM, Sarah Reichelt <[email protected]>wrote: > > 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:[email protected]?subject=sending%20email&cc= > [email protected]&[email protected]&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 > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > -- http://www.bluewatermaritime.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
