# Plugin: Subscriber

## Description <a href="#description" id="description"></a>

This plugin enables you to include in your Newsletter or any other e-mail receiver's information such as his name, e-mail address, subscription date, IP...

## Plugin <a href="#plugin" id="plugin"></a>

When writing a Newsletter, click on the **Tag** button to access the AcyMailing tag system and being able to include any personal information in your Newsletter.

![](https://4212440522-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L_D4iy53WFAtKVs3BPA%2F-MJbpwkmspz2o2YfYby6%2F-MJbq3P6bSKzAJnZTc_W%2Ftoolbar.png?alt=media\&token=9b3bc1bc-47aa-4234-8da2-fb4d1b33c29a)

Click on one of the subscriber field to directly see the tag inserted in your Newsletter.

You can copy/paste the generated tag in your Text area or even in the Subject of your Newsletter if you want to.

![](https://4212440522-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L_D4iy53WFAtKVs3BPA%2F-MJbpwkmspz2o2YfYby6%2F-MJbq58KyPxjovSqpWhW%2Fpopup.png?alt=media\&token=77a49fb1-3b39-4960-84dc-4fdb42d600f4)

Subscriber Plugin

You can manually add parameters to the inserted tags to change the way the result is displayed, for example {subtag:name|ucfirst}

* **ucfirst** : Uppercase the first character

Example: "joHn" becomes "John"

* **upper** : Uppercase the information

Example: "This email address is being protected from spambots. You need JavaScript enabled to view it." becomes "This email address is being protected from spambots. You need JavaScript enabled to view it."

* **lower** : Inserts the information in lowercase

Example: "This email address is being protected from spambots. You need JavaScript enabled to view it." becomes "This email address is being protected from spambots. You need JavaScript enabled to view it."

* **ucwords** : Uppercase the first character of every word

Example: "joHn doe" becomes "John Doe"

## Parameters <a href="#parameters" id="parameters"></a>

![](https://4212440522-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L_D4iy53WFAtKVs3BPA%2F-MJbpwkmspz2o2YfYby6%2F-MJbq7RxM0gSt1wznIiT%2Fparams.png?alt=media\&token=fa692434-2f20-4519-b659-c6bc0aff3cc0)

* **Display filter**: Activate or not the filters in the "Filters" part of the newsletter edition page
* **Front-end Access**: You can restrict the access to this plugin on the Front-end using this option

## Frequently Asked Questions <a href="#frequently-asked-questions" id="frequently-asked-questions"></a>

### What's the different between the "Subscriber" and the "Joomla User" plugin? <a href="#whats-the-different-between-the-subscriber-and-the-joomla-user-plugin" id="whats-the-different-between-the-subscriber-and-the-joomla-user-plugin"></a>

The information you can add are different, one come from the Joomla User table, the others come from the AcyMailing User table.

&#x20;All Joomla users will have an AcyMailing account but if you handle visitors on AcyMailing, they don't have a Joomla account and so adding tags from the "Joomla User" table won't display any result in that case.

&#x20;If you want to add the name of the user, please always use the "Subscriber" information, not the "Joomla User" ones to be sure that all your subscribers will have a name.


---

# 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://docs.acymailing.com/old/integration-plugins/installed-with-acymailing/plugin-subscriber.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.
