WordPress.org

Ελληνικά

  • Θέματα
  • Πρόσθετα
  • Νέα
  • Υποστήριξη
  • Σχετικά
  • Ελληνική κοινότητα
  • Εκδηλώσεις
  • Openverse
  • Κατάλογος μοτίβων
  • Λήψη WordPress
Λήψη WordPress
WordPress.org

Plugin Directory

HTML Emails

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

HTML Emails

Από Mohammad Jangda
Λήψη
  • Λεπτομέρειες
  • Κριτικές
  • Εγκατάσταση
  • Ανάπτυξη
Υποστήριξη

Περιγραφή

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

Στιγμιότυπα

  • New Comment email as viewed in Gmail
  • New User email as viewed in Gmail
  • Email as viewed in Mail.app

Εγκατάσταση

  1. Upload and extract the plugin to plugins directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enjoy sweet lookin’ email notifications!

Συχνές Ερωτήσεις

When I get some Frequently Asked Questions, I’ll include them here.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“HTML Emails” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές
  • Mohammad Jangda

Μεταφράστε το “HTML Emails” στην γλώσσα σας.

Ενδιαφέρεστε για την ανάπτυξη;

Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .

Σύνοψη αλλαγών

1.0 (2010-05-05)

  • Note: This version was originally released as v0.2 but users weren’t being prompted with an upgrade because parsefloat is dumb.
  • Feature: Support for “New User” and “Password Lost” emails
  • Bug: Moderation emai not showing the correct number of emails pending
  • Localization: Belarusian translation added. Thanks to Marcis G.

0.2 (2010-05-04)

  • Same as 1.0

0.11 (2010-04-09)

  • Better localization support
  • Bug: Moderation emails were not being sent because the wp_mail call was commented out
  • Docs: Localization comments and addtional details on customizing templates

0.1 (2010-04-04)

  • First release
  • Comment notification emails

Μεταστοιχεία

  • Version 1.0
  • Τελευταία ενημέρωση: πριν από 15 έτη
  • Ενεργές εγκαταστάσεις: 20+
  • Έκδοση WordPress: 2.9 ή νεότερη
  • Δοκιμασμένο μέχρι: 3.0.5
  • Language
    English (US)
  • Ετικέτες:
    emailhtmlhtml emailhtml emailsnotification
  • Σύνθετη Προβολή

Αξιολογήσεις

1 out of 5 stars.
  • 0 5-star reviews 5 stars 0
  • 0 4-star reviews 4 stars 0
  • 0 3-star reviews 3 stars 0
  • 0 2-star reviews 2 stars 0
  • 1 1-star review 1 star 1

Προσθήκη της κριτικής μου

Δείτε όλες τις κριτικές

Συντελεστές

  • Mohammad Jangda

Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

Φόρουμ υποστήριξης

Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

Κάντε δωρεά σε αυτό το πρόσθετο

  • Σχετικά
  • Ειδήσεις
  • Φιλοξενία
  • Απόρρητο
  • Βιτρίνα
  • Θέματα
  • Πρόσθετα
  • Μοτίβα
  • Μάθετε
  • Υποστήριξη
  • Προγραμματιστές
  • WordPress.TV
  • Συμμετέχετε
  • Εκδηλώσεις
  • Δωρίστε
  • Πέντε για το Μέλλον
  • WordPress.com
  • Matt
  • bbPress
  • BuddyPress
WordPress.org
WordPress.org

Ελληνικά

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Επισκεφθείτε τον λογαριασμό μας στο Mastodon
  • Visit our Threads account
  • Επισκεφτείτε τη σελίδα μας στο Facebook
  • Επισκεφθείτε τον λογαριασμό μας Instagram
  • Επισκεφθείτε τον λογαριασμό μας LinkedIn
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Ο κώδικας είναι ποίηση.