PDA

View Full Version : twice - emailing twice?


stinkybunny
12-05-2006, 11:55 AM
How do I stop this behavior?

People are getting two emails for the price of one. :ghasp:

The autoresponder, newsletter, and additional 'free tarot reading' forms are generating 2 emails sent to the same email address. Whereas I want just one sent, please. :uh:

Does it have something to do with pgm-submit_form.php? Or my ISP?

thanks,
jes

Mike Morrison
12-05-2006, 09:56 PM
Stick this in a php file and see what happens...

<?
mail("you@yourdomain.com", "test mail", "Message content goes here", "FROM: noreply@yourwebsite.com");
?>

If you get two emails, it's probably ISP related (though that's kind of a weird ISP issue).

If you get one, then it might be something about pgm-form_submit.php (though that's kind of a weird pgm-form_submit.php issue).

Either way it's weird.

Unless by "people" you mean "myself when I test it with the same email address I've set as the notify address for the form". :geek:

What's the headline in the two emails? Do they both start with "Thank you for your form submission..." or "****Auto Generated Form Email****"....or one of each?

stinkybunny
01-29-2007, 01:44 PM
Hi Mike,
I think that did it. The request for info and newsletter are no longer emailing twice. My add-on other cgi script is still emailing twice, but I can live with that for the moment. I think of it as a two for one deal. :lmao:
thanks much,
jes
Stick this in a php file and see what happens...

<?
mail("you@yourdomain.com", "test mail", "Message content goes here", "FROM: noreply@yourwebsite.com");
?>

If you get two emails, it's probably ISP related (though that's kind of a weird ISP issue).

If you get one, then it might be something about pgm-form_submit.php (though that's kind of a weird pgm-form_submit.php issue).

Either way it's weird.

Unless by "people" you mean "myself when I test it with the same email address I've set as the notify address for the form". :geek:

What's the headline in the two emails? Do they both start with "Thank you for your form submission..." or "****Auto Generated Form Email****"....or one of each?