https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28729
--- Comment #23 from Marcel de Rooy <[email protected]> --- Koha::Email (19.11) if ( C4::Context->preference('ReturnpathDefault') ) { $params->{sender} ||= C4::Context->preference('ReturnpathDefault'); } Mail::Sendmail If you wish to use an envelope sender address different than the From: address, set $mail{Sender} in your %mail hash MTAs will copy the Sender to Return-path But in the meantime master has been changed quite a bit. So the solution of this problem must be found in these changes? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
