Re: [PHP] ezmlm-sub or alternative

2004-10-13 Thread Jason Wong
On Thursday 14 October 2004 04:01, Mark Hubert wrote: > However, when I send a message to subscribe to the EZMLM list, it sends > ok, but doesn't get added to the list. When I send a test message to > myself I noticed that the Return-path in the email sent is not what I > set in my script, but tha

Re: [PHP] ezmlm-sub or alternative

2004-10-13 Thread Mark Hubert
Thanks so much for the insight which is a much simpler way. I successfully set up a test page (a form) that takes email to, from, subject and body and sends it. \r\n"; $headers .= "Return-Path: <$emailfrom>\r\n"; if(mail($emailto, $emailsub, $emailbody, $headers)) { echo"Email Sent";

Re: [PHP] ezmlm-sub or alternative

2004-10-11 Thread James McGlinn
Hi Mark, I'm writing a little script (my 3rd) that takes name (first, last) and email address and writes it to txt file and submits the email address to an EZMLM list server. All is well but I'm not sure where to go for the submission. The command line - ezmlm-sub works (from the shell)... if t

Re: [PHP] ezmlm-sub or alternative

2004-10-11 Thread Jason Wong
On Tuesday 12 October 2004 08:29, Mark Hubert wrote: > I'm writing a little script (my 3rd) that takes name (first, last) and > email address > and writes it to txt file and submits the email address to an EZMLM > list server. > > All is well but I'm not sure where to go for the submission. > > T

[PHP] ezmlm-sub or alternative

2004-10-11 Thread Mark Hubert
I'm writing a little script (my 3rd) that takes name (first, last) and email address and writes it to txt file and submits the email address to an EZMLM list server. All is well but I'm not sure where to go for the submission. The command line - ezmlm-sub works (from the shell)... if the user i