2016-05-19 12:53:05 +02:00
|
|
|
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
|
2006-05-26 20:28:08 +02:00
|
|
|
has to follow a certain syntax which is defined in this documentation.
|
|
|
|
|
2016-05-19 12:53:05 +02:00
|
|
|
Since Petal::Mail's is a subclass of Petal, its API is the same. Which
|
2006-05-26 20:28:08 +02:00
|
|
|
means you need to read about Petal before you can use Petal::Mail.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Petal-Mail
|