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

# Email

[Repl.it](https://repl.it/) #webapp - "Stop wasting time setting up a development environment. Repl.it gives you an instant IDE to learn, build, collaborate, and host all in one place." Not sure this is related to email.

[MailPoet](https://www.mailpoet.com/) - "Better Email for WordPress-Powered Websites. Send beautiful emails that reach inboxes every time, and create loyal subscribers."

[MailTester](https://www.mail-tester.com/) - "Test the Spammyness of your Emails"

[Return Path](https://returnpath.com/) - "AT RETURN PATH, WE KNOW EMAIL. We're experts in deliverability and driving email ROI."

[Sender Score](https://senderscore.org/) - "Know your sender reputation. Know how to improve it."

## Transactional Email

Mailgun

[mailgun/transactional-email-templates](https://github.com/mailgun/transactional-email-templates) - "Transactional HTML emails often get neglected. **Styling HTML email is painful**. Tables, inline CSS, unsupported CSS, desktop clients, web clients, mobile clients, various devices, various providers. ❡ We’ve tried to remove some of the pain for you and open-sourced a collection of common templates for transactional email."

[phpList](https://www.phplist.com/) - "Powerful email marketing with specialist support and tailored pricing, powered by Open Source. That's why 75,000 organisations in 35 countries trust phpList." Seems like it's a transactional email service.

[Postmark](https://postmarkapp.com/) - Transactional email. "Reliable delivery for your application emails. Postmark delivers your email to customers on time, every time."


---

# 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://brain.nathanarthur.com/web-development-and-design/email.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.
