1
<?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">
3
<title>Twisted Documentation: MAILMAIL.1</title>
4
<link href="../howto/stylesheet.css" rel="stylesheet" type="text/css"/>
8
<h1 class="title">MAILMAIL.1</h1>
9
<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>
14
<h2>NAME<a name="auto0"/></h2>
16
<p>mailmail - Twisted sendmail compatibility script
19
<h2>SYNOPSIS<a name="auto1"/></h2>
21
<p><strong>mailmail</strong> [recipient addresses]</p>
23
<h2>DESCRIPTION<a name="auto2"/></h2>
25
<p>mailmail reads RFC822 message text from standard input and delivers them,
26
using SMTP, to a Mail Transfer Agent listening at 127.0.0.1:25. It accepts
27
(but does not necessarily implement) many of the standard sendmail(1)
28
options, but it is preferable to list only the recipient addresses on
29
the command line, and include a <strong>From</strong> header within the message text
30
indicating the sender.
33
<h2>AUTHOR<a name="auto3"/></h2>
35
<p>Written by Jp Calderone
38
<h2>REPORTING BUGS<a name="auto4"/></h2>
40
<p>To report a bug, visit <em>http://twistedmatrix.com/bugs/</em>
43
<h2>COPYRIGHT<a name="auto5"/></h2>
45
<p>Copyright © 2003-2008 Twisted Matrix Laboratories.
46
This is free software; see the source for copying conditions. There is NO
47
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
52
<p><a href="../howto/index.html">Index</a></p>
53
<span class="version">Version: 10.0.0</span>
b'\\ No newline at end of file'