开发者 | |
---|---|
更新时间 | 2021年7月8日 05:10 |
PHP版本: | 5.4.0 及以上 |
WordPress版本: | 5.7.2 |
版权: | GPL v2 or later |
版权网址: | 版权信息 |
emailval
directory to the wp-content/plugins/
directory[emailval_form]
A series of checks that ensure an email matches all formatting rules and specifies a valid mail server.
A challenge that proves a person has access to an email address by sending them a confirmation link they have to click on.
If email verification is on, all email validation requests will send an email containing a confirmation link to that address. The plugin will periodically poll the EmailVal servers to confirm whether the challenge was completed and update your local table accordingly. Entries older than one week will no longer be polled and their status will remain unchanged.
An email address that does not match formatting rules or specifies an invalid mail server.
An email address that does match formatting rules and specifies an existing mail server.
A VALID email address that has not yet been verified through a confirmation link sent to it.
A VALID email address that has been verified through a confirmation link sent to it.
Your credentials are encrypted using security keys in your Wordpress installation and stored locally on your server. They are decrypted only when shown in the settings page and when sent over to the EmailVal servers over a secure 256 bit SSL/TLS connection.