Re: [PHP] Mailing 4 newbies

2001-07-31 Thread DrWebPat

?
   $to = [EMAIL PROTECTED]; [EMAIL PROTECTED];
   $subject = Subject here;
   $message = Message here;
   $from = [EMAIL PROTECTED];

   mail($to, $subject, $message, $from);
?

That should do it.
Pat



Re: [PHP] Mailing 4 newbies

2001-07-31 Thread B. van Ouwerkerk

Check the manual.

It's all there.

Bye,


B.

At 17:35 31-7-01 -0700, Kyle Smith wrote:
In a mail script how do i make it so it emails more than one person? Do i 
make something like this?

[EMAIL PROTECTED];
[EMAIL PROTECTED];
ETC?



-legokiller666-
http://www.StupeedStudios.f2s.com
New address new site

ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]