55 lines
1.9 KiB
HTML
55 lines
1.9 KiB
HTML
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Twisted Documentation: MAILMAIL.1</title>
|
|
<link href="../howto/stylesheet.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
|
|
<body bgcolor="white">
|
|
<h1 class="title">MAILMAIL.1</h1>
|
|
<div class="toc"><ol><li><a href="#auto0">NAME</a></li><li><a href="#auto1">SYNOPSIS</a></li><li><a href="#auto2">DESCRIPTION</a></li><li><a href="#auto3">AUTHOR</a></li><li><a href="#auto4">REPORTING BUGS</a></li><li><a href="#auto5">COPYRIGHT</a></li></ol></div>
|
|
<div class="content">
|
|
|
|
<span/>
|
|
|
|
<h2>NAME<a name="auto0"/></h2>
|
|
|
|
<p>mailmail - Twisted sendmail compatibility script
|
|
</p>
|
|
|
|
<h2>SYNOPSIS<a name="auto1"/></h2>
|
|
|
|
<p><strong>mailmail</strong> [recipient addresses]</p>
|
|
|
|
<h2>DESCRIPTION<a name="auto2"/></h2>
|
|
|
|
<p>mailmail reads RFC822 message text from standard input and delivers them,
|
|
using SMTP, to a Mail Transfer Agent listening at 127.0.0.1:25. It accepts
|
|
(but does not necessarily implement) many of the standard sendmail(1)
|
|
options, but it is preferable to list only the recipient addresses on
|
|
the command line, and include a <strong>From</strong> header within the message text
|
|
indicating the sender.
|
|
</p>
|
|
|
|
<h2>AUTHOR<a name="auto3"/></h2>
|
|
|
|
<p>Written by Jp Calderone
|
|
</p>
|
|
|
|
<h2>REPORTING BUGS<a name="auto4"/></h2>
|
|
|
|
<p>To report a bug, visit <em>http://twistedmatrix.com/bugs/</em>
|
|
</p>
|
|
|
|
<h2>COPYRIGHT<a name="auto5"/></h2>
|
|
|
|
<p>Copyright © 2003-2008 Twisted Matrix Laboratories.
|
|
This is free software; see the source for copying conditions. There is NO
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<p><a href="../howto/index.html">Index</a></p>
|
|
<span class="version">Version: 10.0.0</span>
|
|
</body>
|
|
</html> |