이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Email Address Validator

설명

Plugin will automatically check all the inputs with “email” type and suggest a correction to the visitor in case of a typo.
Example: “john.doe@gmal.com” instead of “john.doe@gmail.com”.

This is especially useful when sending transactional emails back to the customer after placing an order, submitting a contact form, etc.

Sending emails to the non-existent addresses will result in so called “bounces” which will decrease reputation of your sending IP address.
Your server’s IP address might get blacklisted and your customers will no longer receive emails from you.

Plugin is using “Mailcheck.js” library:
https://github.com/mailcheck/mailcheck/

설치

  1. Upload email-address-validator.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it, plugin will now work with predefined domain names / checks
  4. You can add custom domain names under Settings -> Email Validator in the WordPress administration

FAQ

Installation Instructions
  1. Upload email-address-validator.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it, plugin will now work with predefined domain names / checks
  4. You can add custom domain names under Settings -> Email Validator in the WordPress administration
How does Email Address Validator work?

Plugin will automatically look for all inputs with type “email” (input[type=”email”]).

It will work with Woocommerce, Contact Form 7 and any other plugin out of the box.

Which domains are included by default?

By default, following domains are automatically included after activating the plugin (line 18-34):
https://github.com/mailcheck/mailcheck/blob/master/src/mailcheck.js

Can I define custom domains?

Of course, you can add any number of custom domains, TLDs and second level domains for validation.

후기

2021년 8월 25일
From the email checkers I've tested, this plugin does an alright job. Caught most of the invalid emails in our test list and identified all Catch-alls. Seems to have problems with emails from @yahoo.com domains though.
2019년 12월 4일
This plugin is great. Now I have fewer invalid emails on my orders!
2018년 5월 15일
By using this plugin, website looks and feels more professional by suggesting correct email address in case of a typo.
모든 2 평가 읽기

기여자 & 개발자

“Email Address Validator”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Email Address Validator”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.1

Release Date – 18.05.2018

  • Added additional inputs for TLDs and second level domains.
  • Refactored code for using default checks instead of redefining them in the plugin.

1.0

  • Initial version release.