For Programmers: Free Programming Magazines  


Home > Archive > PHP Language > December 2004 > How will I use mail function ?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author How will I use mail function ?
rock72

2004-12-18, 12:48 pm

I am developing a php script that automatically send email to the
inputed email addresses. Can you help?

Thanks


Tim

--
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/PHP-mail-fu...pict178639.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=600416
Raven

2004-12-18, 12:48 pm

"rock72" <UseLinkToEmail@dbForumz.com> wrote in message
news:41ba7b27$1_3@alt.athenanews.com...
>I am developing a php script that automatically send email to the
> inputed email addresses. Can you help?
>
> Thanks
>
>
> Tim
>
> --
> http://www.dbForumz.com/ This article was posted by author's request
> Articles individually checked for conformance to usenet standards
> Topic URL: http://www.dbForumz.com/PHP-mail-fu...pict178639.html
> Visit Topic URL to contact author (reg. req'd). Report abuse:
> http://www.dbForumz.com/eform.php?p=600416


http://www.php.net/manual/en/ref.mail.php


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
>
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com