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

# Using Outlook in Agents

> Send emails from your mailbox with the Outlook Agent node

After you [connect your Outlook mailbox](/integrations/microsoft-365/connect-microsoft-outlook-to-profound), the following nodes become available in Profound Agents under **Microsoft Suite**. Use them to send emails from the connected mailbox.

Every node runs against the account you select under **Outlook Account** and sends emails as that account.

<Note>
  New to Agents? See [Getting started with Agents](https://help.tryprofound.com/articles/2212787792-create-an-agent) in the Profound Help Center.
</Note>

## Available nodes

<Tabs>
  <Tab title="Outlook" icon="envelope">
    ### Outlook

    Sends an email from the connected mailbox. Microsoft saves the sent email in the mailbox's **Sent Items**.

    #### Required inputs

    * **Outlook Account** — Select a connected Outlook account from the dropdown
    * **To** — One or more recipient addresses
    * **Subject**
    * **Body** — The message text. Enter it as plain text. If the text looks like Markdown (headings, lists, links, bold text), Profound converts it to HTML before sending. Otherwise, it's sent as plain text. The node can't send attachments

    #### Optional inputs (Advanced settings)

    | Input              | Description                                                                                                                                                                |
    | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | **From**           | A different sender address. It must be the connected mailbox's own address or one of its aliases. Sending from a shared mailbox or another user's mailbox isn't supported. |
    | **Cc** and **Bcc** | Additional recipients. An invalid address makes the send fail.                                                                                                             |
    | **Reply-To**       | The addresses that replies go to.                                                                                                                                          |

    A single email can have up to 500 recipients across **To**, **Cc**, and **Bcc** combined.

    #### Output

    A text confirmation that the message was sent, followed by the body that was sent.

    <Warning>
      Selecting **Test node** sends a real email. Confirm the recipients and the content before running the node.
    </Warning>
  </Tab>
</Tabs>

## Troubleshooting

See [Troubleshooting Microsoft 365 setup and Agent errors](/integrations/microsoft-365/microsoft-365-integrations-troubleshooting#outlook) for errors the Outlook node reports.
