| Author |
How will I use mail function ?
|
|
|
|
|
|
| peter 2004-12-18, 12:48 pm |
| rock72 wrote:
> I am developing a php script that automatically send email to the
> inputed email addresses. Can you help?
>
> Thanks
>
>
> Tim
>
If you use a server with sendmail smtp set up this will do
mail("you@you.com","Your Subject","Your msg body","From: Your from
address");
| |
| Paul is the bestest 2004-12-22, 3:58 pm |
| have you looked at the php manual yet?
"Raven" <ravenNOSPAM@NOSPAMravenphpscripts.com> wrote in message
news:32vud.7935$0r.175@newsread1.news.pas.earthlink.net...
> "rock72" <UseLinkToEmail@dbForumz.com> wrote in message
> news:41ba7b27$1_3@alt.athenanews.com...
>
> http://www.php.net/manual/en/ref.mail.php
>
>
| |
| Paul is the bestest 2004-12-28, 3:56 pm |
| have you looked at the php manual yet?
"Raven" <ravenNOSPAM@NOSPAMravenphpscripts.com> wrote in message
news:32vud.7935$0r.175@newsread1.news.pas.earthlink.net...
> "rock72" <UseLinkToEmail@dbForumz.com> wrote in message
> news:41ba7b27$1_3@alt.athenanews.com...
>
> http://www.php.net/manual/en/ref.mail.php
>
>
|
|
|
|