https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461
--- Comment #47 from Katrin Fischer <[email protected]> --- If Aleisha says the GUI will be next, I am not so worried about the status and such. It would be nice to see the code, but I feel this was just planning ahead and would not cause harm for now. > > In this case I think we could set it as: > > $patron->notice_email_address || $koha_admin; > > I do not think so, as said in the commit message "I do not think it's a good > idea, we should not send an email with "from" if not really sent by the > user." I think it's bad practice to do that, I may be wrong however. I agree here. To avoid being rejected as spam you can use the reporting patron's email as replyto, but not as From. So it's more than a bad practice as a lot of mail servers got a lot stricter in the last years - it will be real trouble (been there). From and Return-path needs to be from the mail servers domain. See also: https://wiki.koha-community.org/wiki/MRenvoize/Email -- 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/
