Skip Menu |

This queue is for tickets about the Mail-Box CPAN distribution.

Report information
The Basics
Id: 97630
Status: resolved
Priority: 0/
Queue: Mail-Box

People
Owner: Nobody in particular
Requestors: andy [...] andybev.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 2.116



Subject: Passing ESMTP options to Net::SMTP
Date: Wed, 30 Jul 2014 20:17:22 +0100
To: bug-Mail-Box [...] rt.cpan.org
From: Andrew Beverley <andy [...] andybev.com>
It is not possible to pass ESMTP options from Mail::Transport::SMTP to Net::SMTP. The attached patch makes it possible. Hopefully it meets the high standards of Mail::Box ;-)

Message body is not shown because sender requested not to inline it.

Subject: [rt.cpan.org #97630] Updated patch
Date: Wed, 30 Jul 2014 22:37:02 +0100
To: Bugs in Mail-Box via RT <bug-Mail-Box [...] rt.cpan.org>
From: Andrew Beverley <andy [...] andybev.com>
Updated patch with option in corrected place in documentation

Message body is not shown because sender requested not to inline it.

Subject: [rt.cpan.org #97630] Updated patch
Date: Wed, 30 Jul 2014 22:47:57 +0100
To: Bugs in Mail-Box via RT <bug-Mail-Box [...] rt.cpan.org>
From: Andrew Beverley <andy [...] andybev.com>
How embarrassing - documentation wrong again. Try again.

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #97630] Updated patch
Date: Mon, 4 Aug 2014 09:50:00 +0200
To: Andrew Beverley via RT <bug-Mail-Box [...] rt.cpan.org>
From: Mark Overmeer <solutions [...] overmeer.net>
* Andrew Beverley via RT (bug-Mail-Box@rt.cpan.org) [140730 21:48]: Show quoted text
> + # Options for the SMTP mailer > + my %options = %{$self->{esmtp_options}}; # Values set via init > + # Values overriden that have been passed to send > + my %newoptions = $args{esmtp_options} ? %{$args{esmtp_options}} : (); > + @options{ keys %newoptions } = values %newoptions;
my %options = ( %{$self->{esmtp_options} || {}}, %{$args{esmtp_options}} ); Accepted -- MarkOv ------------------------------------------------------------------------ drs Mark A.C.J. Overmeer MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net