This should be simple but having never have done it before and at
deadline...help please.
Need to change:
[EMAIL PROTECTED]
to;
user=domain
Thank you!
Mark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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";
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
3 matches
Mail list logo