https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26067
Bug ID: 26067
Summary: Email validation of member based on MX record
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: OPAC
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Currently we are checking Email validation of member (both Staff and OPAC
interface)based on the Email::Valid->address but we are not checking the MX
record of the domain name,
We have encountered the issue with one of our client while doing the email
validation through PatronSelfRegistration.
I am planning to add below code.
Email::Valid->address( -address => '[email protected]', -mxcheck => 1 );
instead of Email::Valid->address('[email protected]');
Can you provide us your feedback. Should we do fix code through system
preference for ex: "EmailValidationMXrecord" or without system preference.
--
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/