(Bug) Mail Sending Twice
-
Downloaded the recent update and noticed that mail sends twice.
I fixed it in vscf-form.php by commenting out the redundant wp_mail call (the conditional executes the function and then checks it so the prior call isn’t useful):
/* wp_mail($to, $subject, $message, $headers); */ if(wp_mail($to, $subject, $message, $headers) == true) ...
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘(Bug) Mail Sending Twice’ is closed to new replies.