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
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";
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
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
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
5 matches
Mail list logo