---
title: "Creating a newsletter in PHP-Nuke"
description: "When managing a site that has a number of users, it can be beneficial to send them a newsletter. This can be for new information, site updates, or whatever you desire. In PHP-Nuke, the user..."
url: https://www.inmotionhosting.com/support/edu/php-nuke/send-newsletter/
date: 2013-03-14
modified: 2021-08-16
author: "Scott Mitchell"
categories: ["PHP-Nuke", "Website"]
type: post
lang: en
---

# Creating a newsletter in PHP-Nuke

When managing a site that has a number of users, it can be beneficial to send them a newsletter. This can be for new information, site updates, or whatever you desire. In PHP-Nuke, the user registration section has an setting where the member can opt-in to your newsletter. Below is a set of instructions on how to send a newsletter to your subscription list in the PHP-Nuke admin interface.

## Backing up your database in PHP-Nuke

1. Log into your [PHP-Nuke administative dashboard](/support/edu/php-nuke/login-administrator-system/).  
2. [![click the newsletter icon](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_phpnuke_newsletter_click-newsletter.png)](/support/wp-content/uploads/2013/03/edu_phpnuke_newsletter_click-newsletter.png) Click on the **Newsletter** icon found in the *Administration Menu*.  
3. [![enter your newsletter content](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_phpnuke_newsletter_enter-newsletter-data.png)](/support/wp-content/uploads/2013/03/edu_phpnuke_newsletter_enter-newsletter-data.png) From here, the section below the menus will refresh with a blank newsletter template. Fill out your newsletter content and select whether you want to send the newsletter to either your subscribers or everyone. Once that is done, click on the **Preview **button to continue.  
4. [![send the newsletter to subscribers](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_phpnuke_newsletter_send.png)](/support/wp-content/uploads/2013/03/edu_phpnuke_newsletter_send.png) Once clicked, you will see basically the same page, but this time have a **Send **button at the bottom. Click that button to send off your newsletter. From there you will receive a success message on the screen indicating the newsletter was sent to your list.  
