> For the complete documentation index, see [llms.txt](https://docs.getgophish.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getgophish.com/user-guide/documentation/sending-profiles.md).

# Sending Profiles

To send emails, Gophish requires you to configure SMTP relay details called "Sending Profiles".

To setup a sending profile, click the "Sending Profiles" navigation entry in the sidebar and click the "New Profile" button.

> Note: If you're looking for a good testing SMTP server, I've had good luck with [Mailhog](https://github.com/mailhog/MailHog).

![Sending Profiles](http://imgur.com/DgEu31g.png)

It's important to make sure that your "From" address is a valid email address format.

Additionally, make sure you setup your "Host" in the full `host:port` format.

To test your SMTP configuration, you can click the "Send Test Email" button:

![send test email](http://imgur.com/GjSHL6W.png)

After entering the recipient details and clicking "Send", you should see a message indicating if the email was sent successfully.


---

# 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://docs.getgophish.com/user-guide/documentation/sending-profiles.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.
