Functions
SEND_MAIL - @classmethod
Send a email to 1 or multiple users
receivers_ids :
List
mail_content :
str
content of the mail (supports HTML)
subject :
str
subject of the mail
Return type :
bool
SEND_MAIL_TO_CURRENT_USER - @classmethod
Send a email to the current connected user (or user that is running the scenario)
mail_content :
str
content of the mail (supports HTML)
subject :
str
subject of the mail
Return type :
bool
SEND_SCENARIO_FINISHED_MAIL - @classmethod
user_id :
str
scenario :
SendScenarioFinishMailData
Return type :
bool