このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

SpoofMail

説明

SpoofMail validates an email by checking the email’s structure, finding the email’s MX-Records and checking that the email has not been generated from a temporary or fake email provider.

SpoofMail provides an asyncronous javascript function for validating emails and can also be used as a jQuery plugin if jQuery is available. (jQuery is not required)
Functions exist for both PHP & JavaScript.

The functions provided:

PHP

The SpoofMail PHP function takes an email and an optional callback function.
The function also returns a simple Boolean for ‘pass’ or ‘fail’.
The callback contains one argument with an array of failed checks or NULL if the email passed all checks.

sm_verify_email( $email, $callback )

JavaScript

The SpoofMail JavaScript function takes an email and a callback function.
The callback contains two arguments. The first is a simple object containing the ‘pass’ or ‘fail’ status and an array of failed checks.
The second argument contains the entire response object and can mostly be ignored.

spoofMail(email, callback)

The JavaScript function is also available as a jQuery function if jQuery is included.

$.spoofMail(email, callback)

Developed by PHP Hosting Experts CatN

インストール

  1. Upload the spoofMail directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

or use the automatic installation method:

  1. Log in to your blog and go to the Plugins page.
  2. Click Add New button.
  3. Search for Benchmark Email Lite.
  4. Click Install Now link.
  5. (sometimes required) Enter your FTP or FTPS username and password, as provided by your web host.
  6. Click Activate Plugin link.

評価

このプラグインにはレビューがありません。

貢献者と開発者

SpoofMail はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“SpoofMail” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

  • First Release.