diff --git a/comment_notify.module b/comment_notify.module
index 506f4a9..c0f3383 100644
--- a/comment_notify.module
+++ b/comment_notify.module
@@ -413,7 +413,7 @@ function _comment_notify_mailalert($comment) {
     return;
   }
 
-  if (!isset($comment->mail)) {
+  if (empty($comment->mail)) {
     $comment_account = user_load_by_name($comment->name);
     $comment_mail = $comment_account->mail;
   }
