Skip to content

email

LLEvents:on("email", function(Time: string, Address: string, Subject: string, Body: string, NumberRemaining: number)
-- ...
end)

This event is triggered when an email sent to this script arrives.

The number remaining tells how many more emails are known to be still pending.

Parameters
Time (string)
Address (string)
Subject (string)
Body (string)
NumberRemaining (number)

Add example usage here showing how to handle the email event in SLua/Luau.

Add additional notes, caveats, or tips specific to using this event in SLua/Luau.