989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
9 lines
432 B
Text
9 lines
432 B
Text
Petal::Mail processes a Petal XML template, and then turns the resulting
|
|
XML into a text email which can be sent through sendmail or other. The XML
|
|
has to follow a certain syntax which is defined in this documentation.
|
|
|
|
Since Petal::Mail's is a subclass of Petal, its API is the same. Which
|
|
means you need to read about Petal before you can use Petal::Mail.
|
|
|
|
Author: Jean-Michel Hiver
|
|
WWW: http://search.cpan.org/dist/Petal-Mail
|