[Koha-bugs] [Bug 8753] Add forgot password link to OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 5 22:54:52 CET 2014


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

--- Comment #50 from M. Tompsett <mtompset at hotmail.com> ---
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.


More information about the Koha-bugs mailing list