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

# Email Sending

> You can send emails in error situations. When an error occurs, you can send the result via email, configure email, and use variables.

## Configuration

<img src="https://mintcdn.com/apinizer/-OUVpYz7x56LFQ3F/images/yonetici/konnektor/email.png?fit=max&auto=format&n=-OUVpYz7x56LFQ3F&q=85&s=f66f43e68b1d05a9f94bc089a09520d8" alt="Email Sending Configuration" width="600" className="mr-auto" data-path="images/yonetici/konnektor/email.png" />

Configuration fields:

<CardGroup cols={2}>
  <Card title="Server" icon="server">
    **Field:** Server

    Existing email server is selected or a new one can be created. For detailed information about creating connections, [click here](/en/integrations/connection-management/email).
  </Card>

  <Card title="E-Mail Receiver List" icon="users">
    **Field:** E-Mail Receiver List

    Email addresses of recipients to whom the email will be sent are entered.
  </Card>

  <Card title="Subject" icon="heading">
    **Field:** Subject

    Subject of the email is written.

    <Info>
      Variables can be used in the Subject field.
    </Info>
  </Card>

  <Card title="Message" icon="file-lines">
    **Field:** Message

    Content of the email is written.

    <Info>
      Variables can be used in the Message field.
    </Info>
  </Card>
</CardGroup>

<Info>
  There is no variable for the information about the result of the operation. Because it is not a data type suitable for other action types like connector.

  There is a special situation only in the email sending action. The result of the operation automatically comes as an email attachment by being zipped.

  If there is no attachment on the email, this means that this file hit the 25 mb size limit or no data was created in the result.
</Info>
