# Accounts

On this tab you can see an overview of your existing accounts. You can use one or more email accounts for sending the newsletters. ![](/files/-MEJRRUgrb-iMt9XvGY7)

You have the possibility to create an account for sending

* with php mail() function
* with php sendmail() function
* via a pop3 email account
* via a smtp email account
* via a google email account

### Example for an account using php mail() function

![](/files/-MEJRRUiHIQCPJ1ZInt8)

### Example for an account using a smtp mail account

![](/files/-MEJRRUj36PAUAbRJNS4) If you use a smtp or google account, you can also use bounced email handler (BMH) function. If you use BMH, you have to define, what should happen with bounced mails. If you want to move them to special folders of your email account, you have to define this folders. You can select a standard folder in your mailbox (e.g. INBOX.Trash) or create your own special folders like 'hard' and 'soft'. If you type in a new folder name, the folder will be automatically created (this function is not available for gmail-accounts).

## Test your settings

There is a feature for testing pop3 and imap/smtp accounts. ![](/files/-MEJRRUkJyqi65QZvark)

After starting the test (![](/files/-MEJRRUmJetb2cHFfKMY)) you will see, whether the account and your chosen setting are well.

> ![](/files/-MEJRL9TxGmvDkosnznK) **Pay attention:** 1. **xnewsletter is not creating an email account** - the account must already exist 2. functions like testing account, sending emails, start Bounced email handler,... work not with local server (you get white page without any error)


---

# Agent Instructions: 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://xoops.gitbook.io/xnewsletter-tutorial/en/2administration/accounts.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.
