> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/guided-walkthroughs/templates-emails-and-order-documents/how-to-send-email-from-order-desk.md).

# How to Send Email From Order Desk

Order Desk can be used to send emails to your customers or yourself, and the system will periodically email an alert to store admins regarding order statuses. Changes can be made to how emails are sent from your Order Desk store by navigating to the **Email** tab in your [Store Settings](/guided-walkthroughs/using-order-desk/manage-store-settings.md#email).

To learn more about creating email templates to use in your Order Desk store, please read our [How to Work with Email Templates](/guided-walkthroughs/templates-emails-and-order-documents/how-to-work-with-email-templates.md) guide.

### Sending Email with Order Desk’s Server

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FiR77VDg4UJVhIIjk4B7I%2Flegacy-1b692a92de9ee95df87f.png?alt=media)

While Order Desk’s email will appear, your store name will be included in the **From** field and all reply emails will be routed to the email you have set up in your Store Settings.

### Custom SMTP

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2F9j5KnmusPEyixzSQypzQ%2Flegacy-cbde094c7d0c18fbb7ed.png?alt=media)

If you prefer to deliver the message from your domain, you can enter your own SMTP credentials and we will deliver the email via your SMTP server. You can also enter custom headers. Separate headers with a semi-colon. Example:

`X-CUSTOM-NAME: Order Desk;X-CUSTOM-REF: Mailer`

If you do not have ready access to an SMTP account [SendGrid](http://www.sendgrid.com/), [MailGun](http://www.mailgun.com/), and [SparkPost](http://www.sparkpost.com/) all offer tiered pricing for email sending and will provide SMTP credentials for you.

**SMTP Testing Tools**

If you have added your private SMTP information, you can use the **Test SMTP Credentials** button to confirm that your connection is properly configured to Order Desk.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FjYtNxKF6EtJfBL4lZQKW%2Flegacy-f5057e989d8129b5d4f0.png?alt=media)

Clicking the button will trigger either a successful response or an error response. An error response would look similar to this:

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2Fz7ZML0akjbjr9pAx6zB3%2Flegacy-3e1b28d6fb90b9b6ea4e.png?alt=media)

If an email fails to send using your SMTP settings, Order Desk will send the email from our server as a backup.

In the case of a successful test, an **SMTP Accepted Email** alert will appear:

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2Fk4TpmpecmWXUBjchbhmr%2Flegacy-ecc4e77975d4193de87e.png?alt=media)

Successful test emails will be delivered from your Order Desk store email and sent to the email of the user who is logged into the store at the time of the test. Please note that a success response is not confirmation that the email has been received successfully by the customer. This is simply a confirmation that the *sending server* successfully received it.

### Sending Email with Mailer Integrations

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FftxgIHREuS5yPT19BCMk%2Flegacy-933e9ea99631f8df333a.png?alt=media)

If you have enabled a mailer integration, you can select this option and choose the correct integration from the dropdown.

### Related Articles

* Store Settings


---

# 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, and the optional `goal` query parameter:

```
GET https://help.orderdesk.com/guided-walkthroughs/templates-emails-and-order-documents/how-to-send-email-from-order-desk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
