Sympa documentation licensed under GPL
Sympa::Spindle::ProcessTemplate - Workflow of template sending
use Sympa::Spindle::ProcessTemplate;
my $spindle = Sympa::Spindle::ProcessTemplate->new( options... );
$spindle->spin;
Sympa::Spindle::ProcessTemplate defines workflow to send messages generated from template.
When spin() method is invoked, it takes an message generated from template, sends the message using another outgoing spindle and returns.
See also “Public methods” in Sympa::Spindle.
spin ( )
new() may take following options.
template options
splicing_to => [spindles]
A reference to array containing Sympa::Spindle subclass(es) by which
the message will be sent.
By default ['Sympa::Spindle::ToOutgoing']
is used.
add_list_statistics => 1
TBD.
See also “Properties” in Sympa::Spindle.
{distaff}
Instance of Sympa::Message::Template class.
{finish}
'success'
is set if processing succeeded.
'failure'
is set if processing failed.
Sympa::Message::Template, Sympa::Spindle, Sympa::Spindle::ToListmaster, Sympa::Spindle::ToMailer, Sympa::Spindle::ToOutgoing.
Sympa::Spindle::ProcessTemplate appeared on Sympa 6.2.13.
The content of this page is automatically generated from the source distribution of Sympa. For details about this document see original source file.
Theme originally designed by orderedlist