llEmail
function ll.Email(Address: string, Subject: string, Text: string)Sends email to Address with Subject and Message.
Sends an email to Address with Subject and Message.
Parameters
-
Address(string) -
Subject(string) -
Text(string)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.Email().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llEmail