• Hey everyone

    Is anyone aware of a way to style the mailers wordpress sends out. If someone comments on a users post, id like the mail notification going out to look more like my site instead of looking so bland.

    Anyone know of a plugin or a way to template it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    The various email functions are all pluggable, meaning you can redefine the functions and your version will be used instead of the default. They are defined in wp-includes/pluggables.php.

    The one other thing that needs to happen is change the content type from ‘text/plain’ to ‘text/html’. This is done by hooking into the ‘wp_mail_content_type’ filter. More info on the codex page for wp_mail().

    Thread Starter zackskeeter

    (@zackskeeter)

    Do you know of any plugins that would let me style the mailers?

    Moderator bcworkz

    (@bcworkz)

    Sorry, no. Hopefully someone else will see this and suggest something.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Style comment notification mailer’ is closed to new replies.