Title: Comment E-Mail Verification
Author: Martin Lormes
Published: <strong>10 Febbraio 2010</strong>
Last modified: 25 Febbraio 2014

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://s.w.org/plugins/geopattern-icon/comment-email-verify.svg)

# Comment E-Mail Verification

 Di [Martin Lormes](https://profiles.wordpress.org/tfnab/)

[Scarica](https://downloads.wordpress.org/plugin/comment-email-verify.0.4.2.zip)

 * [Dettagli](https://it.wordpress.org/plugins/comment-email-verify/#description)
 * [Recensioni](https://it.wordpress.org/plugins/comment-email-verify/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/comment-email-verify/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/comment-email-verify/#developers)

 [Supporto](https://wordpress.org/support/plugin/comment-email-verify/)

## Descrizione

If a comment is held for moderation an email message is sent to the comment author
with a link to verify the comment author’s email address. When the comment author
clicks on that link the comment gets approved immediately. This makes discussions
more lively as users don’t have to wait for the blog admin to approve the comment.

Blog owners may also choose to hold the comments in the moderation queue even after
successful verification. The verification status is shown in the comment lists in
the admin.

If an author has a previously approved comment and his comments gets approved automatically
according to the ‘comment_whitelist’ option in WordPress no email is sent.

If a comment is classified as spam by Akismet or another anti-spam plugin no email
is sent.

This plugin uses the `commentmeta` table and thus requires WordPress 2.9

PHP5 strongly recommended

## Screenshot

[⌊Customize the email message that is sent to comment authors⌉⌊Customize the email
message that is sent to comment authors⌉[

Customize the email message that is sent to comment authors

[⌊Comment authors will see a hint after posting their comment (theme must be compatible)⌉⌊
Comment authors will see a hint after posting their comment (theme must be compatible
)⌉[

Comment authors will see a hint after posting their comment (theme must be compatible)

## Installazione

 1. Upload the entire `comment-email-verify` folder to the `wp-content/plugins` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to _Settings_ -> _Comment E-Mail Verification_ to customize the email message
    that is sent to comment authors. You may use a number of [shortcodes](http://ten-fingers-and-a-brain.com/wordpress-plugins/comment-email-verify/shortcodes/)

## FAQ

  Will this plugin work with versions of WordPress older than 2.9?

Absolutely not. This plugin uses the `commentmeta` table new to WordPress 2.9

  I don’t get notified when a comment is held for moderation.

This plugin doesn’t notify you. It sends mail to the comment author.

  When I test this using my Yahoo/Gmail/Hotmail/xyz address I don’t receive a verification
message. It’s not even in my spam folder.

You should try configuring the plugin to use SMTP!

If you have already done so, please check your settings!

If it’s only Yahoo/Gmail/Hotmail/xyz users who don’t receive your messages, but 
it works well for others, then it might be that your host has a bad reputation and
is blacklisted. (I’ve seen that happen so many times. Notice the “might”.)

## Recensioni

![](https://secure.gravatar.com/avatar/9765682af418d316b26431c7134aa43a90247adaeae7356a49f1229eb2ecd74c?
s=60&d=retro&r=g)

### 󠀁[Still works](https://wordpress.org/support/topic/still-works-117/)󠁿

 [wescleveland](https://profiles.wordpress.org/wescleveland/) 14 Ottobre 2017

Wish it supported embedded html in the verification email. One note. You must have
Settings -> Discussion -> Comment must be manually approved checked in order for
it to work. Once I figured that out, it works just fine.

![](https://secure.gravatar.com/avatar/45dfee4df736a68e24a40a2ba7dd9c62f74256abaa54722038fb4ab33acdbece?
s=60&d=retro&r=g)

### 󠀁[Still works](https://wordpress.org/support/topic/still-works-87/)󠁿

 [fakeologist](https://profiles.wordpress.org/fakeologist/) 3 Settembre 2016

Looks like it still works! Thanks!

 [ Leggi tutte le recensioni di 4 ](https://wordpress.org/support/plugin/comment-email-verify/reviews/)

## Contributi e sviluppo

“Comment E-Mail Verification” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Martin Lormes ](https://profiles.wordpress.org/tfnab/)

[Traduci “Comment E-Mail Verification” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/comment-email-verify)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/comment-email-verify/)
segui il [repository SVN](https://plugins.svn.wordpress.org/comment-email-verify/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/comment-email-verify/)
tramite [RSS](https://plugins.trac.wordpress.org/log/comment-email-verify/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.4.2

 * Fixes another bug that caused verification links generated with older versions
   of the plugin to malfunction with some setups
 * JavaScript sanity checks of SMTP options
 * Better sanitization of SMTP options in PHP (when JavaScript is turned off)
 * Verification codes not generated for trackbacks or pingbacks (thanks [Joost de Valk](http://yoast.com/)
   for feedback and code contribution)

#### 0.4.1

 * Fixed a bug that caused the verification link to malfunction with some setups

#### 0.4

 * Note that E-mail address has not been verified in comment row actions, next to
   link ‘Approve’
 * Option to hold comments for moderation even after commenters have verified their
   E-mail address
 * Splash screens editable

#### 0.3

 * Send mail using SMTP (thanks [Mark](http://meandmark.com/) for testing and feedback)
 * German L10n

#### 0.2

 * Administrators can now customize the sender mail address
 * ‘Your comment is awaiting moderation.’ hint altered – requires internationalized
   comment template (default template is perfect), can be customized
 * Optional splash screens when someone clicks on a verification link
 * Nicer error messages in case something goes wrong
 * Longer (safer) verification keys

#### 0.1.2.1

 * Fixes a bug where mail was sent to authors of spam comments

#### 0.1.2

 * Contextual help, with links to [shortcodes](http://ten-fingers-and-a-brain.com/wordpress-plugins/comment-email-verify/shortcodes/)
   and [troubleshooting e-mail delivery](http://ten-fingers-and-a-brain.com/wordpress-plugins/comment-email-verify/troubleshooting/)
 * Code styling: wrapper class
 * WordPress core settings that affect the behaviour of this plugin can be altered
   on the plugin’s options page directly
 * Much nicer default message template

#### 0.1.1

 * Administrators can now customize the email message that is sent to comment authors
 * Blogname encoding issue fixed
 * Default message slightly reformatted
 * Short GPLv3 note in source code

#### 0.1

 * initial public release

## Meta

 *  Versione **0.4.2**
 *  Ultimo aggiornamento **12 anni fa**
 *  Installazioni attive **70+**
 *  Versione WordPress ** 2.9 o superiore **
 *  Testato fino alla versione **3.7.41**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/comment-email-verify/)
 * Tag
 * [comments](https://it.wordpress.org/plugins/tags/comments/)[email](https://it.wordpress.org/plugins/tags/email/)
   [email verification](https://it.wordpress.org/plugins/tags/email-verification/)
   [spam](https://it.wordpress.org/plugins/tags/spam/)[verification](https://it.wordpress.org/plugins/tags/verification/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/comment-email-verify/advanced/)

## Valutazioni

 4.8 su 5 stelle.

 *  [  3 recensioni a 5-stelle     ](https://wordpress.org/support/plugin/comment-email-verify/reviews/?filter=5)
 *  [  1 4- recensioni a stelle     ](https://wordpress.org/support/plugin/comment-email-verify/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/comment-email-verify/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/comment-email-verify/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/comment-email-verify/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/comment-email-verify/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/comment-email-verify/reviews/)

## Collaboratori

 *   [ Martin Lormes ](https://profiles.wordpress.org/tfnab/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/comment-email-verify/)

## Dona

Vuoi supportare lo sviluppo di questo plugin?

 [ Fai una donazione per questo plugin ](http://ten-fingers-and-a-brain.com/donate/)