MailService
Functions
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
user_id | str | ||
experiment | SendExperimentFinishMailData |
Return type:
bool |
Send a email to 1 or multiple users
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
receivers_ids | List | ||
mail_content | str | Content of the mail (supports html) | |
subject | str | Subject of the mail, defaults to none , optional |
Return type:
bool |
Send a email to the current connected user (or user that is running the experiment)
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
mail_content | str | Content of the mail (supports html) | |
subject | str | Subject of the mail, defaults to none , optional |
Return type:
bool |