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

# Microsoft Mail Send

> The Microsoft Mail Send connector enables sending emails via Microsoft Outlook. With this connector, you can send automated email notifications and messages.

## Options

*No options required*

## Arguments

<ParamField body="recipient" type="string" required>
  The email address of the recipient.

  Example:

  ```
  The valid email address of the recipient for the email.
  ```
</ParamField>

<ParamField body="subject" type="string" required>
  The subject of the email.

  Example:

  ```
  The subject for the email.
  ```
</ParamField>

<ParamField body="body" type="string" required>
  The content of the email.

  Example:

  ```
  The body/text for the email.
  ```
</ParamField>
