Skip to content

danwolfgang/mt-plugin-email-retitler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email Retitler, a plugin for Movable Type

Overview

This plugin makes it easy to customize the subject line of emails sent by Movable Type.

Installation

  1. Move the EmailRetitler plugin directory to the MT plugins directory.

Should look like this when installed:

$MT_HOME/
    plugins/
        EmailRetitler/
            [plugin files here]

Use

For the type of email whose subject you'd like to modify, find the template. Email templates are most likely to be at System Overview > Templates > Email Templates.

As an example, let's edit the New Comment template. This template is notifies an entry author when a new comment is submitted. The default subject line reads:

[<mt:BlogName>] New Comment Added to <mt:EntryTitle>

To change this subject line include the following in the New Comment template:

Subject: A new comment was received on <mt:EntryTitle>, in the <mt:BlogName> blog!

The modified subject must be preceded by "Subject: " for the Email Retitler to work. This new subject line is used for the subject of the email being sent, and is stripped from the body of the email before being sent.

Support

This plugin is not an official Six Apart release, and as such support for this plugin is not available.

About

A plugin to retitle emails sent by Movable Type.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Perl 100.0%