notification::email::send (public)
notification::email::send from_user_id to_user_id reply_object_id \ notification_type_id subject content_text content_html file_ids
Defined in packages/notifications/tcl/notification-email-procs.tcl
Send the actual email.
- Parameters:
- from_user_id (required)
- The user_id of the user that the email should be sent as. Provide empty for the standard mailer from address.
- to_user_id (required)
- reply_object_id (required)
- notification_type_id (required)
- subject (required)
- content_text (required)
- content_html (required)
- file_ids (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.