Admin Emails not sending anymore
-
I installed cforms 14.9.6
There need to be 3 admins, so I put three in the [admin email address] field, with commas between them.
The [From:] email field is shaded for some reason, and I do not know why that is.
I did a single test with 1 admin recipient and it worked, but I cannot run more than one test.
1. The form responds that I already entered a comment and will not let me send any more.
A. I commented out line 101 in wp-content/plugins/cforms2/lib_WPcomment.php to clear the repeat-comment code in cforms.### Simple duplicate check commented out 5/24/15 WH ##if( $wpdb->get_var($wpdb->prepare("SELECT comment_ID FROM $wpdb->comments WHERE comment_post_ID = %s AND ( comment_author = %s " .($comment_author_email ? " OR comment_author_email = '".esc_sql($comment_author_email)."'" : ""). ") AND comment_content = %s LIMIT 1;", $comment_post_ID, $comment_author, $comment_content)) ) { ### $WPresp = __('You\'ve said that before. No need to repeat yourself.','cforms'); ### return; ###}B. Now the repeat submission required to troubleshoot the first problem is being handled by the core WP instance, and I do not know where to find the code that controls it.
The topic ‘Admin Emails not sending anymore’ is closed to new replies.