[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 Apr 3 18:54:00 CEST 2015


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

--- Comment #43 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 31929
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31929
[PASSED QA] Bug 9530: Making changes to C4::Letters

Review of attachment 31929:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9530&attachment=31929)
-----------------------------------------------------------------

::: 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.

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


More information about the Koha-bugs mailing list