Source: factory.workflow/ObjWorkflowSendMail.py
SENDMAIL Node — direct SMTP email delivery.
Reads configuration from Node_Data JSON:
mode SINGLE or BULK (default SINGLE)
to recipient address (SINGLE) or
...
| Method | Signature | Description |
|---|---|---|
| execute | execute(run_context: WorkflowContextType, current_result: str, input_guid: str, node_type: str, name: str, **kwargs) -> NodeExecuteResultType |