NAME

Siesta - the Siesta mailing list manager.

METHODS

->new

->process( mail => $message, action => $action, list => $list )

process a mail

action may be post, sub, or unsub defaults to post

mail must be either an anonymous array or a filehandle to read the message body from

list must be the identifier of a mailing list

->sender

Return the current sender.

The default is Siesta::Send::Sendmail.

See set_sender for other details.

->set_sender ($class, @options)

Set the current sender to the given class. This will pass on any options you give it automatically.

->available_plugins

Return the name of every plugin on the system.

->bake ( $template, $options )

$options, if present, is a hash reference

Returns the results of baking $template with the variables from $options mixed in.

COPYING

Licensed under the same terms as Perl itself.

SEE ALSO

nacho, tequila, bandito, Siesta::UserGuide