php-general | 2001072
Date: 07/31/01
- Next message: Jon Haworth: "RE: [PHP] Zip mulitple files for download"
- Previous message: Kyle Smith: "[PHP] Make a mailing list"
- Maybe in reply to: Kyle Smith: "[PHP] Mailing 4 newbies"
- Next in thread: B. van Ouwerkerk: "Re: [PHP] Mailing 4 newbies"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<?
$to = "first <email protected>; second <email protected>";
$subject = "Subject here";
$message = "Message here";
$from = "yours <email protected>";
mail($to, $subject, $message, $from);
?>
That should do it.
Pat
- Next message: Jon Haworth: "RE: [PHP] Zip mulitple files for download"
- Previous message: Kyle Smith: "[PHP] Make a mailing list"
- Maybe in reply to: Kyle Smith: "[PHP] Mailing 4 newbies"
- Next in thread: B. van Ouwerkerk: "Re: [PHP] Mailing 4 newbies"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

