[Koha-bugs] [Bug 9530] Allow separate 'Reply To' and 'From' email address for notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 15 23:46:48 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9530

--- Comment #44 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
> ::: C4/Letters.pm
> @@ +286,5 @@
> > +            my $message = Koha::Email->new();
> > +            my %mail = $message->create_message_headers(
> > +                {
> > +                    to      => $email,
> > +                    from    => $branchdetails->{'branchemail'},
> 
> Was there a reason the
>     || C4::Context->preference("KohaAdminEmailAddress")
> portion was removed?
> I'm trying to rescue bug 8000.

Please take a look at Koha::Email:
45     $params->{from} ||= C4::Context->preference('KohaAdminEmailAddress');

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list