Difference between revisions of "LSL llEmail"

From Second Life Wiki
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 an email to '''address''' with '''subject''' and '''message'''.
|return_text
|spec=The '''message''' is prefixed with information about the prim sending the email.
{{{!}}{{Prettytable}}
!Template
!Example
{{!}}-
{{!}}<pre>
Object-Name: *prim*
Region: *simname* (*simpos.x*, *simpos.y*)
Local-Position: (*primpos.x*, *primpos.y*, *primpos.z*)


*message*
</pre>
{{!}}
<pre>
Object-Name: Object
Region: Gibson (254976, 256000)
Local-Position: (117, 129, 50)
The real message starts here.
</pre>
{{!}}}
|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=*{{LSLG|llGetNextEmail}}
*{{LSLG|llMessageLinked}}
|also_events=*{{LSLG|email}}
*{{LSLG|link message}}
|also_tests=*[[llEmail]]
|also_articles
|notes=Because of the long delay on this function, it is often called from a second script triggered by {{LSLG|link message}}.
|permission
|negative_index
|cat1=Communications
|cat2=Email
|cat3
|cat4
}}

Revision as of 20:15, 18 February 2007