> For the complete documentation index, see [llms.txt](https://blog.sendune.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.sendune.com/email-resources.md).

# Email Resources

- [Marketing Emails with AWS SES](https://blog.sendune.com/email-resources/marketing-emails-with-aws-ses.md): The easy way to use AWS SES for marketing emails.
- [Transactional Emails with AWS SES](https://blog.sendune.com/email-resources/transactional-emails-with-aws-ses.md): The easy way to use AWS SES for transactional emails.
- [DNSBL](https://blog.sendune.com/email-resources/dnsbl-awsses-sendune.md): A quick overview of how DNSBLs work and how AWS SES and SENDUNE.com protect you.
- [Email deliverability and inbox placement](https://blog.sendune.com/email-resources/basics-of-email-deliverability-and-inbox-placement.md): Breaking some myths.
- [Getting production access to AWS SES](https://blog.sendune.com/email-resources/getting-production-access-to-aws-ses.md): Move out of AWS SES Sandbox and increase sending limits.
- [10 tips for better email design and delivery](https://blog.sendune.com/email-resources/10-tips-for-better-email-design-and-delivery.md)
- [Open source HTML email editors](https://blog.sendune.com/email-resources/open-source-html-email-editors.md): A master list of truly open source HTML email editors.
- [Warming up your email account](https://blog.sendune.com/email-resources/warming-up-your-email-account.md): The easy and free way to warm up your email account.
- [Open source HTML email editor and designer](https://blog.sendune.com/email-resources/opensource-html-email-editor-and-nocode-designer.md)


---

# 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://blog.sendune.com/email-resources.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.
