|
|
(6 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {{LSL_Function
| | #REDIRECT [[llEmail]] |
| |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 = There is a limit to the number of email messages an object can send in a given amount of time.
| |
| |constants
| |
| |examples
| |
| |helpers
| |
| |also_functions
| |
| |also_events
| |
| |also_tests=*[[llEmail]]
| |
| |also_articles
| |
| |notes=Because of the long delay on this function, it is often called from a second script triggered by link messages.
| |
| |permission
| |
| |negative_index
| |
| |cat1
| |
| |cat2
| |
| |cat3
| |
| |cat4=Stub
| |
| }}
| |