Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Sender CPAN distribution.

Report information
The Basics
Id: 52679
Status: resolved
Priority: 0/
Queue: Email-Sender

People
Owner: Nobody in particular
Requestors: bitcard [...] x09.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.093380
Fixed in: (no value)



Subject: Email::Sender::Transport is missing the typical parameter 'timeout'
It is not possible to specify the typical parameter for connections 'timeout' ('debug' would be nice, too) when creating an Email::Sender::Transport::SMTP->new(....).... In our environment I needed that parameter and hardcoded this into the Email/Sender/Transport/SMTP.pm!
timeout has been added to SMTP transport in the next release I've made it easier to subclass the SMTP transport to enable debug; for now, I do not want to expose its internals, and would rather add a better mechanism for generic debugging in all transports. Look at _net_smtp_args and subclass it; be sure to check it stays the same in future releases. -- rjbs