The functions described on this page are part of Plugin Newsletter (installed by default in the Ametys demo application).
plugin Newsletter provides a back-office tool for managing newsletters.
Click on the button Newsletter button in the Home to open the tool.
This tree-like tool lets you create, modify or delete letter categories or letters.
Each newsletter must be linked to a category. It is the category that determines the newsletter template (its rendering) and the list of subscribers.
There are two types of category:
To create a new category :
For each category type, it is possible to define several categories and sub-categories
To enable our category to create newsletters, we need to assign it a Template.
Select a category and click on the Template button.
A newsletter is placed in a category.
To create a new letter :
click on the New newsletter button
enter the newsletter name and validate
The New Newsletter button may be grayed out if no category is selected, or if the category has no template assigned.
The letter then created is blank, corresponding to the template assigned to it (the choice of template depends on the possibilities offered by the graphic charter used).
To view the letter, double-click on it in the tool.
A newsletter is newsletter-type content, part of the content base managed by CMS.
To edit a newsletter :
Zones have been defined in the newsletter; once in editing mode, simply position the cursor in a zone to add text, images or the latest publications in that zone.
Tip
If the webmaster has sufficient rights, he can also view and edit the HTML code to fine-tune the newsletter ( Developer tab -> Modify source code).
Be careful not to manipulate the code incorrectly, as this could render the newsletter unusable.
At the end of editing, click on Save and close in the Edit tab to save and close the edit.
Info
As with all content, it is possible to display properties, history...
The newsletter, like all other content, is subject to aworkflow.
The newsletter is sent to all registered visitors once it has been validated.
To send the newsletter, simply validate it.
To preview your newsletter, you can send it in test mode.
To access this button, you need to activate the related right. To do this, open the "Users, groups and rights" tab, click on "Rights profile" and then "Modification mode". Finally, go to the "Newsletter" section and tick "Test mailing".
Select a newsletter, then click on the "test send" button and enter the recipient address for the newsletter.
An automatic newsletter is a pre-configured newsletter that is sent to subscribers at set intervals.
The newsletter is created, filled in, validated and sent to subscribers without any intervention from a contributor or webmaster.
Automatic newsletters are set up by the application integrator. See the administration manual page to create and set up an automatic newsletter.
To add an automatic newsletter, select a category and click on"Automatic newsletter".
In the dialog box, select the automatic letter or letters you wish to add to this category.
Automatic letters require no further action on your part.
When you select a newsletter category that is set to automatic, the Automatic Newsletter button changes color.
A category to contain both manual and automatic newsletters.
Select a category to manage subscribers
The Subscriber list button displays the list of subscribers for the current category.
Example of viewing a subscriber list
The Export list button allows you to export this list in Excel format (so that it can be understood by other spreadsheet programs).
Export example
The Import subscribers button lets you import a large number of subscribers from a text file (.txt) or an Excel spreadsheet file (.csv).
Clicking on this button opens the following window.
You can choose to delete existing subscribers by checking the appropriate box.
Click on the Add subscribers button to add subscribers manually.
In the dialog box that opens, enter subscribers' email addresses separated by semicolons, or one email address per line.
Select the subscribers you wish to delete from the list of subscribers, then click on the Delete subscribers button.
Newsletter categories are available in the form of user preferences. This makes it possible to present a form enabling a logged-in user to easily subscribe or unsubscribe to the various newsletter categories.
To do this, simply insert a User Preferences service into a page and select the desired newsletter categories:
A page containing this service must be restricted.