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: oleonard@myacpl.org Reporter: amitddng135@gmail.com QA Contact: testopia@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 => 'amitddng135@gmail.com', -mxcheck => 1 ); instead of Email::Valid->address('amitddng135@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.