1Email::Sender::TransporUts:e:rSMCToPn(t3r)ibuted Perl DoEcmuamieln:t:aSteinodner::Transport::SMTP(3)
2
3
4
6 Email::Sender::Transport::SMTP - send email over SMTP
7
9 version 0.101760
10
12 This transport is used to send email over SMTP, either with or without
13 secure sockets (SSL). It is one of the most complex transports
14 available, capable of partial success.
15
16 For a potentially more efficient version of this transport, see
17 Email::Sender::Transport::SMTP::Persistent.
18
20 The following attributes may be passed to the constructor:
21
22 "host": the name of the host to connect to; defaults to "localhost"
23 "ssl": if true, connect via SSL; defaults to false
24 "port": port to connect to; defaults to 25 for non-SSL, 465 for SSL
25 "timeout": maximum time in secs to wait for server; default is 120
26 "sasl_username": the username to use for auth; optional
27 "sasl_password": the password to use for auth; required if "username"
28 is provided
29 "allow_partial_success": if true, will send data even if some
30 recipients were rejected; defaults to false
31 "helo": what to say when saying HELO; no default
32 "localaddr": local address from which to connect
33 "localport": local port from which to connect
34
36 If "allow_partial_success" was set when creating the transport, the
37 transport may return Email::Sender::Success::Partial objects. Consult
38 that module's documentation.
39
41 Ricardo Signes <rjbs@cpan.org>
42
44 This software is copyright (c) 2010 by Ricardo Signes.
45
46 This is free software; you can redistribute it and/or modify it under
47 the same terms as the Perl 5 programming language system itself.
48
49
50
51perl v5.12.1 2010-06-25 Email::Sender::Transport::SMTP(3)