> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/business/layout-customization/pages/community/newsletter.md).

# Newsletter

### Newsletter

> Module position: slideshow
>
> Module class suffix: Not used

![](/files/vcPedEQQ3ImXBSVwC5kG)

If you want to display your mail information like this you have to create a custom module and publish the custom module like below

#### Step-1:

![](/files/GMekZxtSLS2pBRIFs5fe)

#### Step-2:

![](/files/ankPu8FTdSg56wEiCact)

#### Step-3:

![](/files/qE3GgKngtOvAq1sFgk3j)

#### Step-4:

Add the following code in your custom module

```html
<div class="community-mailing-list">
<div class="mailing-content-block">
<h2><span><em class="fa fa-envelope-o"></em></span> Newsletter</h2>
<p>Make sure you dont miss interesting happenings by joining our newsletter program.</p>
</div>
<div class="mailing-block">{loadposition community-mail}</div>
</div>
```
