# plugin: Add CC

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

If you created custom fields in AcyMailing called "email1", "email2"... to "email5" then this plugin will add these extra e-mail addresses as CC when sending a newsletter to the given user if these fields are correctly filled. You can install and publish this plugin like a standard Joomla plugin.

## Custom fields <a href="#custom-fields" id="custom-fields"></a>

![](/files/-MJg_d95rexhUj62rhZz)

Here is an example of custom field for CC address.

* In the field "Column name", put email1 to email5
* The field "Field type" has to be "Text"
* For the "Authorized content" field, you can choose "All" as the values will be checked by the plugin before using it, or use your own regular expression, for example "^\[a-zA-Z0-9.\_+-]+@\[a-zA-Z0-9.\_-]{2,}\\.\[a-z]{2,4}$"

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

![](/files/-MJg_epdyq5c3Gx-4E8b)

* **Check Community Builder fields:** If you created some custom fields called "cb\_email1", "cb\_email2"... "cb\_email5" in Community Builder, then you can choose to take them into account as other CC addresses


---

# 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/other/plugin-add-cc.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.
