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: oleon...@myacpl.org
          Reporter: amitddng...@gmail.com
        QA Contact: testo...@bugs.koha-community.org

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 => 'amitddng...@gmail.com',  -mxcheck => 1 );
instead of  Email::Valid->address('amitddng...@gmail.com');

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
Koha-bugs@lists.koha-community.org
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/

Reply via email to