eelixduppy

msg:3130636 | 1:18 pm on Oct 22, 2006 (gmt 0) |
Generally "off-the-shelf scripts" never turn out to be exactly what you want, at least for me. Since this isn't too difficult to make, I would create my own. Here's a nice thread on Basics of Submitting and Emailing Forms with PHP [webmasterworld.com]. This tutorial uses mail [us3.php.net] however another good alternative is using PEAR::mail [pear.php.net]. Best of luck!
|
Patty_J

msg:3140731 | 7:35 am on Oct 31, 2006 (gmt 0) |
Hi I am also having trouble sending newsletters, I have a php script on the net that grabs all the email addresses from a db and uses pear mail to send through smtp the addresses on the same server receive the mail but no one else (i received 4,300 bounced emails). any help would be grateful thanks Pat
|
dreamcatcher

msg:3140784 | 8:37 am on Oct 31, 2006 (gmt 0) |
Hi Patty, Please see this related thread: [webmasterworld.com...] dc
|
barns101

msg:3140816 | 9:39 am on Oct 31, 2006 (gmt 0) |
I had a similar problem. The bounces stated that the domain names for the email addresses were unroutable. It turned out that my host had set a maximum of 1000 emails per hosting account per hour. They kindly agreed to remove the limit.
|
|