Plugin info

Total downloads: 1,725
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/22/2024 (588 days ago)
Added to WordPress: 5/22/2024 (1 years old)
Minimum WordPress version: 4.7
Tested up to WordPress version: 6.5.7
Minimum PHP version: 7.2

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 588 days ago

26/100

Is Automated Emails: Send custom emails on actions like post is published or updated abandoned?

Possibly abandoned (last update 588 days ago).

Compatibility

Requires WordPress: 4.7
Tested up to: 6.5.7
Requires PHP: 7.2

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WPApps Draft Notifier
Rating 3.0/5 (1 reviews)Active installs 0
Whatsiplus Scheduled Notification for Woocommerce
Rating 0.0/5 (0 reviews)Active installs 20
Ultimate Integration for Telegram
Rating 0.0/5 (0 reviews)Active installs 10
Pingo Notify – Automation & Notification Chat Messages
Rating 5.0/5 (2 reviews)Active installs 0
AI Engine
Rating 4.9/5 (779 reviews)Active installs 100,000

Description

This plugin does one simple thing: it sends custom emails when something happens on your site, like when a new post has been published or when an existing post has been moved to the trash.

Features

  • 6 events:
    • Post Status Change (+ 3 presets) – when the status of a post has changed.
    • Post Updated (+1 preset) – when a post has been updated in the database.
  • Multiple recipients: Send to multiple recipients, like the post author or the user making the cahnges
  • Smart placeholders: Add post or user data in your custom emails (subject and body)
    • 6 post values: title, title (raw), content, content (raw), id, url
    • 3 user values: public name, email, id

Adding Data to the subject and body
This plugin allows you to add the data for current post and/or user to the email subject and body. To do so, you have to use the format: ((dataType.value | DataID))
For example:
Hello, John Doe! would be written as: Hello, ((user.nameDisplay | PostAuthor))

Here are the available values:
    * post title: ((post.title | UpdatedPost))
    * post title, unfiltered: ((post.titleRaw | UpdatedPost))
    * post content: ((post.content | UpdatedPost))
    * post content, unfiltered: ((post.contentRaw | UpdatedPost))
    * post id: ((post.id | UpdatedPost))
    * post url: ((post.url | UpdatedPost))

    * user public name: ((user.nameDisplay | PostAuthor))
    * user id: ((user.id | PostAuthor))
    * user email: ((user.email | PostAuthor))

GitHub: https://github.com/Neblabs/automated-emails-original

Installation

No installation instructions available

Frequently Asked Questions

My custom emails are not being sent

Automated Emails uses core WordPress functions for sending emails, make sure that your site is sending regular emails without this plugin.

Does this plugin use an external service?

No! Automated Emails uses WordPress’ wp_mail() function to send the emails.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

0.1.2

  • Fixed bug when selecting recipients

0.1.1

  • Initial public release. 12+ months in the making!