HTML Emails for WordPress Plugin Directory
HTML Emails is a WordPress app, with a 1.0 average rating from 1 review, as of Aug 31, 2026.
HTML Emails is a WordPress Plugin Directory app by Mohammad Jangda. With a rating of 1.0★ from 1 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
HTML Emails is a mixed-rating WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 1 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by Mohammad Jangda — established developer track record
Cons
- −Average rating below 4.0 (1.0★) — read recent low-star reviews before committing
- −Limited review base (1) — ratings can shift significantly with new feedback
Looking to switch from HTML Emails?
See HTML Emails's alternatives ranked by audit score, rating, and review velocity.
How HTML Emails works
Show full descriptionShow less
Converts the default plain-text email notifications into fully customizable, sweet-lookin’ HTML emails.
Multi-site support (for WordPress 3.0) will be added soon.
Notes:
Emails are sent with readable plain-text versions for email clients that don’t support HTML emails. Note: they’re somewhat crude because they’re auto-generated. I may decide to add decent-looking plain-text versions in the future, but that’s low priority.
Emails have only been tested on Gmail, Gmail on Android, and Outlook, but should work on most email clients (including clients without HTML support). If you’re using a client other than the 3 I’ve listed, I would appreciate an email with info on whether the email looks like it should and works correctly.
Send your questions, comments, suggestions via email.
Customizing Templates You can fully customize the look of any of the emails by creating your own templates. Emails have two pieces:
Email Wrapper (content common across all emails)
Email Message (content unique to each email)
Custom templates can be created an placed in either your theme directory or your Content directory (/wp-content/ on most sites). See utils.php for a number of useful functions that you can use in your templates.
Email Wrapper
The Email Wrapper includes elements and markup that are common across all email notifications. It contains your html, head and body tags and any other elements that are shared across emails.
To customize the email template, create a file called html_email.php and add it to either your theme or content directory.
Note: you must include the following code in the template to work:
<?php htmlize_message_body($email_templates, $email_data); ?>
The Email Wrapper has access to the following variables:
$email_title: (string) title of the email
$email_subtitle: (string) subtitle of the email
$email_data: (array) Associative array of various data passed by the calling function
Email Message: New Comment
By default, new comment and comment moderation emails share the same template. You can create separate templates for both for each comment type by creating the following files:
notify_postauthor_comment.php
notify_postauthor_trackback.php
notify_postauthor_pingback.php
notify_moderator_comment.php
notify_moderator_trackback.php
notify_moderator_pingback.php
If you don’t want to customize the emails by comment type, just create the following two templates:
notify_postauthor.php
notify_moderator.php
If you just want a custom template shared between the two notification types, just create the following:
notify_comment.php
New Comment email messages have the following data variables available:
$comment – (obj) comment object
$post – (obj) post object
$comment_type – (string) slug for the comment_type
$comment_type_text – (string) friendly name for the comment_type
$comment_moderate – (bool) Whether the comment needs moderation or not
Using HTML Emails in your plugin It’s pretty easy to use. The main call you need to make is htmlize_message() and pass the return into your wp_mail object. Details to come.
Credits
Blockquote image borrowed from the amazing Wu Wei theme by Jeff Ngan
Plain Text conversion script by Jon Abernathy aka Chuggnutt
Email styling inspired by WordPress.com Blog Subscription Notifications
Competitors & alternatives
AppRanks tracks competitor sets per category. For HTML Emails, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is HTML Emails?
HTML Emails is an app for WordPress. It currently holds a 1.0-star rating from 1 merchant review, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Mohammad Jangda.