Autoresponder

Introduction

Autoresponders are draft mails with special attributes.
When a specific event occurs on a recipient, autoresponders are scheduled to be sent to this specific recipient.

To activate this add-on, go to Plugins > installed and activate MailPress_autoresponder, then click on the settings link.

  • Autoresponder add-on is using wp_cron facilities.

Reminder : wp_cron is NOT a scheduler like cron in unix, wp_cron will execute the scheduled job on time if your blog has some activities at that time, nothing is done in the background !

Settings

  1. logs settings


Admin pages

Autoresponders

  1. Name of the autoresponder
  2. Slug : The “slug” is a unique id for the autoresponder (not so friendly !). In case of conflict, new autoresponder is not created or when updating, slug might be regenerated. It is usually all lowercase and contains only letters, numbers, and hyphens. It is never displayed.
  3. Description
  4. Event
  5. Active : If unchecked during a certain period of time, All mails that should have been sent on time will be cancelled. Following mails (if any) will be lost as well.
  6. List
  • Once you have created an autoresponder, you will need to create the corresponding mail(s).
  • So let’s create a mail autoresponder (New Mail).

New Mail

  1. Name of the autoresponder
  2. Schedule in months, days and hours after the event attached to the autoresponder has been fired.
  • When saving the draft, you may need to give it a recipient email. Don’t worry this recipient will be replaced by the recipient who fired the event.
  • The mail autoresponder is identified with a specific icon on the mails list.

Update an autoresponder

  1. Title
  2. List of mail autoresponders
  • Clicking on the mail id, will route you to the Edit Draft page
  • Clicking on the mail subject, will display a thickbox with html and plaintext content.

Preview


Log sample


Related add-ons