Newsletter Document
Newsletter documents are the way to create and send newsletters directly within Pimcore. They are based on the normal Pimcore documents and therefore support everything as pages do - starting from MVC pattern and template creation to document composing within Pimcore backend with areas, drag&drop etc.
Additional Settings
Newsletter documents provide following additional settings compared to default documents:
- Subject: Subject of the newsletter.
- From: From-Address of the newsletter. As fallback, Pimcore system settings are used.
- Add Tracking Parameters to Links: Adds tracking parameters to all links within the newsletter.
- Tracking Parameter 'Source', 'Medium', 'Name': Values for the tracking parameters.
- Sending Mode:
- Single (Render every Mail individually): Document is rendered for each recipient - necessary for individual newsletters.
- Batch (Render Mail only once): Document is rendered once - no individual newsletters possible, but faster.
Newsletter Sending
The Newsletter Sending Panel provides the functionality for sending the newsletter.
Address Source Adapter
The Address Source Adapter is responsible for extracting the email addresses the newsletter should be sent to. It has to be selected before another action can take place. Currently following adapters ship with Pimcore. It is easily possible to integrate custom adapters - see section below.
- Default Object List: Extracts email addresses based on Pimcore objects.
- CSV List: Uses a CSV as source for email addresses.
- Column from a report: Uses a custom report as source for email adresses.
- Please make sure to enable the PimcoreCustomReportsBundle before you use this feature.
Test Sending
Once a Address Source Adapter is selected, a test sending to a specified email address can be made with the button
Send Test-Newsletter
.