Re: [PHP] emailing MySQL list not working

2005-11-14 Thread Richard Lynch
On Fri, November 11, 2005 9:33 pm, Bruce Gilbert wrote: > $headers = "From: $sender"; > $headers .= "Reply-To: $reply_to"; > $headers .= "Return-Path: $return_path"; > $headers .= "X-Sender: $x_sender"; > $headers .= "X-Mailer: PHP4\n"; //mailer These two may trip so

Re: [PHP] emailing MySQL list not working

2005-11-12 Thread Marco Kaiser
Hi, try to add in your $headers linebreaks. ("\r\n"). -- Marco > $headers = "From: $sender"; > $headers .= "Reply-To: $reply_to"; > $headers .= "Return-Path: $return_path"; > $headers .= "X-Sender: $x_sender"; > $headers .= "X-Mailer: PHP4\n"; //mailer >

[PHP] emailing MySQL list not working

2005-11-11 Thread Bruce Gilbert
Hello, I am using a template for an email database. This has a MySQL database where the end user can sign up to receive my email newsletter, They subscribe and are entered into a MySQL database that I have set up. Everything works fine as far as being entered into the dataase The problem occurs w