> For the complete documentation index, see [llms.txt](https://help.takulabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.takulabs.io/how-to-get-started/store-settings/receipts/email-receipts.md).

# Email Receipts

In TAKU Retail you are able to email the receipt to the customer directly from the sales register. In order to be able to email receipts you must set up the SMTP server.

To set up the SMTP server go to **Settings** > **Stores** > **Current Store.**

![](/files/-MlAyJoXnWTVR6rX-aG3)

Click on the **Email Settings** card.

![](/files/-MlAyNMJZWBN5JnBCS-p)

The Email Settings page will open where you can add the details to set up your SMTP server. To get the information required to set up your SMTP server, you will need to find the SMTP server details from your email provider.

Under the SMTP Server Options section:

* **SMTP Host**: Enter your SMTP host.
  * To find your SMTP Host, click on the following links.
    * [Find your SMTP server address](https://serversmtp.com/smtp-server-address/)
    * [How to find your SMTP host and port number](https://docs.mailshake.com/article/191-common-smtp-settings)
* **Port**: enter the port number from your email provider.
* **Encryption**: Select your encryption method based on the port number and encryption method
  * Click the following links for more information on encryption
    * \[Importance of encryption]\([https://us.norton.com/internetsecurity-privacy-what-is-encryption.html#:\~:text=3 reasons why,of their customers.)](https://us.norton.com/internetsecurity-privacy-what-is-encryption.html#:~:text=3%20reasons%20why,of%20their%20customers.\))
    * \[SSL encryption]\([https://us.norton.com/internetsecurity-privacy-what-is-encryption.html#:\~:text=Using encryption via,is a must.)](https://us.norton.com/internetsecurity-privacy-what-is-encryption.html#:~:text=Using%20encryption%20via,is%20a%20must.\))
    * \[TLS encryption]\([https://www.cloudflare.com/en-ca/learning/ssl/transport-layer-security-tls/#:\~:text=What is Transport,published in 2018.)](https://www.cloudflare.com/en-ca/learning/ssl/transport-layer-security-tls/#:~:text=What%20is%20Transport,published%20in%202018.\))
* **Authentication**: Toggle between ON or OFF.
* **Username**: enter the email address you will be using to send emails to your customer.
* **Password**: this password will be set up by your email provider as an app password if you are using [Outlook](https://support.microsoft.com/en-us/account-billing/using-app-passwords-with-apps-that-don-t-support-two-step-verification-5896ed9b-4263-e681-128a-a6f2979a7944) or [Gmail](https://support.google.com/mail/answer/185833?hl=en). For all other email providers this is will be your email password.

![](/files/-MlAyXPaCXqBYIkdLPz2)

Once you have entered the details to set up your SMTP server, click the **Save** icon at the top right hand corner to save your changes.

![](/files/-MlAydElp_sO0c5AWutN)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.takulabs.io/how-to-get-started/store-settings/receipts/email-receipts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
