Difference between revisions of "LSL llEmail"

From Second Life Wiki
Jump to navigation Jump to search
Line 7: Line 7:
|return_text
|return_text
|spec
|spec
|caveats
|caveats = There is a limit to the number of email messages an object can send in a given amount of time.
|constants
|constants
|examples
|examples

Revision as of 14:40, 9 February 2007

Summary

Function: llEmail( string address, string subject, string message );

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.There is a limit to the number of email messages an object can send in a given amount of time.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Tests

Signature

function void llEmail( string address, string subject, string message );