Re: send email with perl 587 and startssl

2011-07-25 Thread Fayland Lam
if there is an easy way to get Net::SMTP::TLS to work with Email::Sender::Transport::SMTP. Perhaps you could use Net::SMTP::TLS directly with Email::Sender::Simple? Jesse On 7/22/11 9:49 PM, m...@smtp.fakessh.eu wrote: Le samedi 23 juillet 2011 03:59, Fayland Lam a écrit : Hi, if you check the doc

Re: send email with perl 587 and startssl

2011-07-22 Thread Fayland Lam
, transport = Email::Sender::Transport::SMTP-new({ host = $SMTP_HOSTNAME, port = $SMTP_PORT, }) } ); } catch { warn sending failed: $_; }; -- Fayland Lam // http://www.fayland.org/