NAME
Punk::Mailer::Transport::SMTP - the smtp transport
DESCRIPTION
See "smtp" in Punk::Mailer::Transport for what it does and its options. Punk::Mailer's new constructs it; the methods below are the transport contract plus what this one adds.
new(\%options)
deliver(\%message, \%envelope)
Returns a Punk::Mailer::Result.
name
smtp.
host
port
tls
verify
timeout
username
What the transport was built with. The password is not reachable once given.