meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
plugin:approvemailing [2023/09/16 19:30] – created alex | plugin:approvemailing [2024/05/20 00:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== approvemailing plugin ====== | ||
+ | |||
+ | ---- plugin ---- | ||
+ | |||
+ | description: | ||
+ | author | ||
+ | type : Plugin creating a tab for the send page | ||
+ | lastupdate : 2023/09/16 20:08 | ||
+ | compatible : >= 3.6.13 | ||
+ | |||
+ | downloadurl: | ||
+ | bugtracker : https:// | ||
+ | sourcerepo : https:// | ||
+ | ---- | ||
+ | |||
+ | ===== Purpose ===== | ||
+ | |||
+ | This plugin hooks into the "send campaign" | ||
+ | |||
+ | The plugin currently supports english and german UI language. | ||
+ | |||
+ | ===== Installation ===== | ||
+ | |||
+ | :!: **External requirements: | ||
+ | * server configuration for the PHP `mail()` function, if you want to use the " | ||
+ | |||
+ | To install through phpList go to the Plugins page (menu Config > Manage Plugins) and use the package URL | ||
+ | |||
+ | `https:// | ||
+ | |||
+ | To install manually, download the plugin zip file from https:// | ||
+ | |||
+ | ===== Examples/ | ||
+ | |||
+ | Handle approvals and approval requests: | ||
+ | |||
+ | Whenever you create a mailing campaign which aims to one or more subscriber lists, that require approval, the " | ||
+ | |||
+ | Below the " | ||
+ | |||
+ | The approval tab will show a notification, | ||
+ | |||
+ | Additionally, | ||
+ | |||
+ | ===== Configuration ===== | ||
+ | |||
+ | Configure the subscriber lists, that will need approval: | ||
+ | |||
+ | Go to the Settings page (menu Config > Settings) and scroll down to the section " | ||
+ | |||
+ | Configure a default e-mail recipient for approval requests (optional): | ||
+ | |||
+ | If you like, you may configure a default value for the e-mail address where approval request are sent to. The recipient of an approval request can also be entered/ | ||
+ | |||
+ | === Change Log === | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== FAQ ===== | ||
+ | |||
+ | Q: I cannot approve a campaign, the " | ||
+ | A: A campaign can only be approved by a different administrator than the one that created the campaign. This enforces a 4-eye-principle for sending out campaigns. | ||
+ | |||
+ | Q: I created multiple administrators to handle an approval workflow with this plugin, but the other administrator(s) cannot see my campaign. What can I do? | ||
+ | A: phpList as of version 3 does not allow " | ||
+ | |||
+ | Q: Approval request e-mails are not been sent out. Why? | ||
+ | A: The " | ||
+ | |||
+ | |||
+ | |||