Multiple emails
-
Using the plugin ‘Insert PHP’ I have this simple test code on a test page:
[insert_php]
$to=’[email protected]’;
$subject = ‘test’;
$text = ‘This is a message’;
wp_mail($to, $subject, $text );
[/insert_php]This produces 3 identical emails. I tried de-activating each installed plugin one at a time. Only when I deactivated Yoast did I then receive just one copy as expected. It’s puzzling.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multiple emails’ is closed to new replies.