Tags: 3.6.4, plugin, release, wordpress, wordpress mailing list, wpml
Posted in Wordpress Mailing List Plugin
Wordpress Mailing List Plugin v3.6.4
- Default value for “Paid” when creating a mailing list is set to “No”
- “Dynamic Variable” column in “Fields” section
- Publish post from newsletter improvements in “Send” section
- Fixed two (2) typos in “Settings” section
- Import CSV improvements when CSV has one column only
- Field model “type” field attribute fixes for predefined fields
- Ability to save custom fields when creating/editing subscribers in admin
- “History” section “view”, “delete” and “resend” links to the right
- in_array Warning message fix in admin subscription notification email
- Wordpress media library integrated in WYSIWYG editor
- “Default List” mailing list is created upon initial installation of the plugin
- Subscribers search will now search custom fields as well
Tags: bounce, configure, email address, settings
Posted in Wordpress Mailing List Plugin
With your email alias created, the last thing left to do is to tell the Wordpress Mailing List plugin which email address to use and how to act when a bounce notification has been received.
Read more…
Tags: cpanel, forward
Posted in Wordpress Mailing List Plugin
In case you have a cPanel server or hosting account, you can configure your email alias directly from within cPanel.
Read more…
Tags: cpanel, plesk, qmail
Posted in Wordpress Mailing List Plugin
You will need to create a file named “.qmail-XXXX” where “XXXX” depends on the email alias you wish to create. In this example, I’m using “bounce@domain.com”, therefore the file name will become “.qmail-bounce”. If you were to make your alias “mybouncealias@mydomain.com” the name of the file would’ve been “.qmail-mybouncealias”. Create this file in your home directory (not your public html folder but one level up from that) for the specified domain. With the file created, put the following line of code into it.
Read more…
Tags: procmail, sendmail
Posted in Wordpress Mailing List Plugin
Your server has to support procmail in order to use this. Ask your hosting provider if you are not sure. You will need to create a file named “.procmailrc” in the home directory (not your public html directory but one level up from that) on your server for the specified domain where the mailing list plugin is running and remember to CHMOD the file to 0755 in order for it to be executable. Put the following code into the “.procmailrc” file.
Read more…