Email Manager

0

This plugin provides you with a platform to send and schedule beautiful professional email and WordPress notifications to Selected WordPress User groups. It allows for archiving emails

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

This plugin provides you with a platform to send and schedule beautiful professional email and WordPress notifications to Selected WordPress User groups.
It allows for archiving emails enabling use of view in browser link in the html emails. You can create re-usable HTML email templates for emails sent on the regular.

Features:

  • Creation of Reusable HTML Email templates
  • Short-codes for view in browser link, unsubscribe link and posts content
  • Scheduling of emails to be sent on at a future date
  • Timed emails that are sent after a user preset time interval
  • Allows modification of the in-built WordPress notices
  • Auto inline styling of your HTML email styles to enable correct display on several email clients
  • Many more to come!

Short Codes

This page lists the different ShortCodes that are availed by Email Manager.

Special links Short Codes

Unsubscribe link in Emails

[wpem link=unsubscribe]

*This short code adds an unsubscribe link for Users in your email. When users click this link, they will be automatically unsigned from the emailing list if they are logged in or directed to a page with unsubscribing instructions. That page along with the link text can be set from Email Manager’s settings page.

View email in browser link

[wpem archive=7]

*This short code should only be used if you are using an “un-edited” Email Template. This will produce a link to that Email template that can be viewed in the browser. The link text can be configured in Email Manager settings.
The shortcode above will produce a link pointing to Email Template with ID 7

Post ShortCodes

These short codes are used to include a post, page or custom post type link, title, body or excerpt into an Email

[wpem id=4 content=title]
*Adds the title of post with id 4 to the email.

[wpem id=4 content=post_link]
*Adds the permalink of post with id 4 to the email.

[wpem id=4 content=title_link]
*Adds a link pointing to post with id 4 with the post title as the link text to the email.

[wpem id=4 content=excerpt]
*Adds the excerpt of post with id 4 to the email.

[wpem id=4 content=body]
*Adds the content of post with id 4 to the email.

[wpem id=1 content=img]
*Adds a featured image

[wpem id=1 content=img img_size=thumb-medium]
*Adds a featured image with image size medium any image sizes defined in WordPress will work