[Koha-bugs] [Bug 31572] E-mail and SMS verification

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 27 22:35:41 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31572

--- Comment #3 from Christopher Brannon <cbrannon at cdalibrary.org> ---
So, I've done a little research.  There are several email verification APIs out
there.  One I've been looking at is
https://verifalia.com/email-verification-api.  You can sign up for free and
test up to 25 emails a day for free.  That is great for testing the api, and
then you can pay to use the validator for day-to-day operations.  It would be
great if we had a plugin that would allow you to use these api's. 
Unfortunately, I can't just throw this in the patron edit form via jquery
because of the script involved, but one of our keen developers out there might
be able to come up with something.

This particular api, if incorporated into the patron edit form properly, would
check the email addresses entered into any valid email field on the form.  If
the email address doesn't have any issues, it will allow you to save the form.

This would be fantastic!  I would love to be able to test this, but someone
would have to come up with a way of adding to Koha for testing.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list