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

# Send email

If you want to receive an email notification each time a user completes the bot or if you want to send a recap to the user, the Email block is made for you:

<Frame style={{ maxWidth: "400px" }}>
  <img src="https://mintcdn.com/zazubot/qJF_uz16fIP4j3sz/images/blocks/integrations/email.png?fit=max&auto=format&n=qJF_uz16fIP4j3sz&q=85&s=d543c4d190a719f10f52cb862994cf0e" alt="Email block example" width="706" height="746" data-path="images/blocks/integrations/email.png" />
</Frame>

If you are on the Free plan, you will have to configure your own SMTP account first. This is to prevent spam and abuse of the in-built zazubot email sender. You can find a bunch of SMTP providers with generous Free tiers that will provide SMTP credentials to use within zazubot. Here are a few examples:

* [SendGrid](https://sendgrid.com/)
* [Mailgun](https://www.mailgun.com/)
* [Amazon SES](https://aws.amazon.com/ses/)
* [Resend](https://resend.com/)

If you subscribed to a paid plan, you can easily send emails from `notifications@zazubot.com` without additional configuration.

The default email content is based on what your new lead has replied to. It will look like this:

<Frame>
  <img src="https://mintcdn.com/zazubot/qJF_uz16fIP4j3sz/images/blocks/integrations/default-email.png?fit=max&auto=format&n=qJF_uz16fIP4j3sz&q=85&s=9c3d17e148582eb5e50f197252eabfd6" alt="Email block example" width="1232" height="596" data-path="images/blocks/integrations/default-email.png" />
</Frame>

But you can also write your own text/html email content.

## Attachments

You can attach files to your email with the Attachments option. Make sure that it points to a variable that is linked to a File upload input block.

## Troubleshooting

You are supposed to receive an email but it doesn't get to your inbox? Make sure to check the [logs](/results/overview#logs). If you still can't figure out what went wrong, shoot me a message using the chat button directly in the tool 👍
