A powerful phpList plugin designed to rapidly duplicate a campaign draft for multiple senders while personalizing the subject line and footer.
- Select Base Draft: Choose any existing campaign from your drafts.
- Granular Selection: Use checkboxes to select exactly which recipients from your custom database table should receive a duplicated draft.
- Bulk Actions: "Select All" or "Deselect All" functionality for quick management.
- Automatic Personalization: * The recipient's Name is prepended to the subject line.
- A unique, individual Footer is automatically appended to the end of the message body.
- Non-Destructive: Creates fresh drafts without modifying your original base campaign.
- In your phpList admin area, navigate to System -> Manage Plugins.
- Copy and paste the following URL into the "Install a new plugin" field:
https://github.com/bucto/phplist-plugin-draftmultiplier/archive/master.zip - Click Install.
- Ensure the plugin is enabled in the list.
Before multiplying, you need to add recipients to the plugin's database:
- Navigate to System -> Draft Multiplier: Manage Recipients.
- Use the form to add a Name (will be prepended to the subject), an Email (for reference), and an Individual Footer.
- You can Edit or Delete existing entries in the list below the form.
Once your recipients are set up:
- Create a standard Campaign Draft in phpList as your template.
- Navigate to System -> Draft Multiplier: Create Copies.
- Select Base Draft: Choose your template from the dropdown menu.
- Select Recipients: Use the checkboxes to pick the people you want a copy for. Use "Select All" for bulk actions.
- Process: Click Create Marked Drafts.
- Result: Check Campaigns -> List of Drafts. You will find new drafts named
[Name] - [Original Subject]with the individual footer appended to the message.
- Draft Multiplier: Create Copies: The main tool for generating campaigns.
- Draft Multiplier: Manage Recipients: The management area for your personalization data.
- bucto - Initial development