1Email::Sender::Util(3)User Contributed Perl DocumentationEmail::Sender::Util(3)
2
3
4
6 Email::Sender::Util - random stuff that makes Email::Sender go
7
9 version 1.300035
10
12 easy_transport
13 my $transport = Email::Sender::Util->easy_transport($class => \%arg);
14
15 This takes the name of a transport class and a set of args to new. It
16 returns an Email::Sender::Transport object of that class.
17
18 $class is rewritten to "Email::Sender::Transport::$class" unless it
19 starts with an equals sign ("=") or contains a colon. The equals sign,
20 if present, will be removed.
21
23 Ricardo Signes <rjbs@semiotic.systems>
24
26 This software is copyright (c) 2020 by Ricardo Signes.
27
28 This is free software; you can redistribute it and/or modify it under
29 the same terms as the Perl 5 programming language system itself.
30
31
32
33perl v5.32.1 2021-01-27 Email::Sender::Util(3)