Mon Jul 27 12:18:34 2015CHUCKROB [...] cpan.org - Ticket created
CC:
croberts [...] gilsongraphics.com
Subject:
Need way to override timeout values
Using Perl 5.18.
Need a way for Mail::Sender to override default timeout values for server. Sometimes I want to change the timeout to 30 seconds, instead of what the SMTP server is using, which is too long for me.
Mon Jul 27 12:23:35 2015CHUCKROB [...] cpan.org - Status changed from 'new' to 'open'
Mon Jul 27 12:24:16 2015CHUCKROB [...] cpan.org - Subject changed from 'Need way to override timeout values' to 'Need way to override timeout values for SMTP and POP3 servers'
Mon Jul 27 12:24:27 2015CHUCKROB [...] cpan.org - Status changed from 'open' to 'new'
Thu May 05 14:50:11 2016cwhitener [...] gmail.com - Taken
Thu May 05 14:52:43 2016cwhitener [...] gmail.com - Correspondence added
Hi!
Unfortunately, I don't think adding extra features to this dist is likely to happen. The go-to mail sending distribution these days is Email::Sender.
https://metacpan.org/pod/Email::Sender::Transport::SMTP
If you look at the SMTP transport there, there's a timeout attribute you can set. Moving to this up-to-date mailer that's well maintained is the best option. My plan for this dist is to fix as much of the documentation up as possible, clean up any current bugs and mark it as deprecated. I do not plan on adding new features at this time.
Hope that helps.
Thanks,
Chase
Thu May 05 14:52:43 2016The RT System itself - Status changed from 'new' to 'open'
Thu May 05 15:21:16 2016cwhitener [...] gmail.com - Correspondence added
I'm going to mark this ticket as rejected for now because marking it as resolved seems wrong. It would be a new feature and we're in maintenance mode.
Thanks,
Chase
Thu May 05 15:21:17 2016cwhitener [...] gmail.com - Status changed from 'open' to 'rejected'
Sun May 15 09:21:43 2016SREZIC [...] cpan.org - Correspondence added
On 2016-05-05 15:21:16, CAPOEIRAB wrote:
Show quoted text
> I'm going to mark this ticket as rejected for now because marking it
> as resolved seems wrong. It would be a new feature and we're in
> maintenance mode.
Maybe I overlooked something, but I don't see a "maintenance mode" note in Mail::Sender's documentation.