0byt3m1n1
Path:
/
data
/
0
/
0
/
6
/
46
/
6861
/
user
/
7034
/
cgi-bin
/
mt
/
docs
/
[
Home
]
File: mtmanual_mail.html
<html> <head> <title>MAIL THIS ENTRY</title> <link rel="stylesheet" href="doc-styles.css" type="text/css"> </head> <body> <h3>Movable Type User Manual: MAIL THIS ENTRY</h3> <p><a href="mtmanual.html">« Table of Contents</a></p> <a name="__index__"></a> <ul> <li><a href="#mail this entry">MAIL THIS ENTRY</a></li> </ul> <hr size="1" color="#CCCCCC"> <p> <h1><a name="mail this entry"></a>MAIL THIS ENTRY</h1> <p>Movable Type ships with a mailer program that can be used to implement a simple ``mail this entry'' feature on your site. By adding a small form to the individual entry pages on your site, you can allow your visitors to email links to those pages to friends, etc.</p> <p>To add this feature to your site, add the following to an archive template that you have associated with your Individual archives:</p> <pre><form method="post" action="<$MTCGIPath$>mt-send-entry.cgi"> <input type="hidden" name="entry_id" value="<$MTEntryID$>" /> <input type="hidden" name="_redirect" value="<$MTEntryLink archive_type="Individual"$>" /> Email this entry to:<br /> <input name="to" size="20" /><br /><br /> Your email address:<br /> <input name="from" size="20" /><br /><br /> Message (optional):<br /> <textarea name="message" rows="5" cols="20" wrap="virtual"></textarea><br /><br /> <input type="submit" value="Send" /> </form> </pre><p>Then save the template and rebuild your site.</p> <hr size="1" color="#CCCCCC"> <span class="copyright">Copyright © 2001-2004 Six Apart. All Rights Reserved.</span> </body> </html>