sending email

Jeanne A. E. DeVoto jeanne at runrev.com
Thu Nov 7 15:35:01 EST 2002


At 9:01 AM -0800 11/7/02, Steve Messimer wrote:
>      put "mailto:"&it&"" into mailaddress -- this works OK
>      -- How do I load the Subject line of the email?
>      -- put "Assignment" into subject
>      -- How do I load the body of the email?
>      -- put field "Assignment" into body

Sooooon all your problems will be solved. ;-) (There's a new command in 2.0
that handles all these parameters for mail. Cross-platform, too.)

Meanwhile, you can use the mailto: URL syntax to add a subject and body.
Follow the email address with a question mark, then append "subject=" and
your subject, "&", and "body=" and your body text. For example:

mailto:jaed at jaedworks.com?subject=The%20Readme%20File&body=Some%20text

You'll need to URLencode the subject and body.

--
Jeanne A. E. DeVoto ~ jeanne at runrev.com
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/





More information about the use-livecode mailing list