Difference between revisions of "LSL llEmail"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{ | {{LSL_Function | ||
|func_id=119|func_sleep=20.0|func_energy=10.0 | |||
|sort=Email | |||
|func=llEmail|p1_type=string|p1_name=address|p2_type=string|p2_name=subject|p3_type=string|p3_name=message | |||
|func_footnote | |||
|func_desc=Sends email to address with subject and message | |||
|return_text | |||
|spec | |||
|caveats | |||
|constants | |||
|examples | |||
|helpers | |||
|also_functions | |||
|also_events | |||
|also_tests=*[[llEmail]] | |||
|also_articles | |||
|notes | |||
|permission | |||
|negative_index | |||
|cat1 | |||
|cat2 | |||
|cat3 | |||
|cat4=Stub | |||
}} |
Revision as of 16:11, 8 February 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: llEmail( string address, string subject, string message );20.0 | Forced Delay |
10.0 | Energy |
Sends email to address with subject and message
• string | address | |||
• string | subject | |||
• string | message |
Caveats
- This function causes the script to sleep for 20.0 seconds.