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 2.500
10
12 This library should run on perls released even a long time ago. It
13 should work on any version of perl released in the last five years.
14
15 Although it may work on older versions of perl, no guarantee is made
16 that the minimum required version will not be increased. The version
17 may be increased for any reason, and there is no promise that patches
18 will be accepted to lower the minimum required perl.
19
21 easy_transport
22 my $transport = Email::Sender::Util->easy_transport($class => \%arg);
23
24 This takes the name of a transport class and a set of args to new. It
25 returns an Email::Sender::Transport object of that class.
26
27 $class is rewritten to "Email::Sender::Transport::$class" unless it
28 starts with an equals sign ("=") or contains a colon. The equals sign,
29 if present, will be removed.
30
32 Ricardo Signes <rjbs@semiotic.systems>
33
35 This software is copyright (c) 2021 by Ricardo Signes.
36
37 This is free software; you can redistribute it and/or modify it under
38 the same terms as the Perl 5 programming language system itself.
39
40
41
42perl v5.34.0 2021-07-22 Email::Sender::Util(3)