Skip to content

email

email(string Time, string Address, string Subject, string Body, integer NumberRemaining)

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 (integer)

Add example usage here showing how to handle the email event.

Add additional notes, caveats, or tips here.

  • Related events and functions can be linked here