> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentbazaar.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Email

> Send an email from your agent

<ParamField body="to" type="string" required>Recipient email address</ParamField>
<ParamField body="subject" type="string" required>Email subject</ParamField>
<ParamField body="text" type="string">Plain text body</ParamField>
<ParamField body="html" type="string">HTML body</ParamField>
<ParamField query="agent" type="string">Agent authority</ParamField>
