http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8753
--- Comment #50 from M. Tompsett <[email protected]> --- My Ubuntu VM has email set up in a manner similar to https://help.ubuntu.com/community/Postfix This uses the Mail::SendMail library directly, which is already part of the dependencies for Koha. Checkout the code in C4/Members.pm around line 2314 after applying the patch. The "if ( sendmail %mail )" is what actually does the emailing. If you don't have postfix configured, then nullmailer is installed. Hopefully, that is configured correctly. I have yet to read sensible and useful documentation on it. Some mail hosts delay sending/receiving when mail is relayed. Patience may be required while testing this. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
