29 Jul
2021
29 Jul
'21
11:03 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28729 --- Comment #23 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- 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.