[nycphp-talk] PHP AND EMAIL
Jon Baer
jonbaer at jonbaer.com
Wed Dec 28 13:12:53 EST 2005
There is probably no easier, more defined way than learning PEAR's Mail
http://pear.php.net/packages.php?catpid=14&catname=Mail
http://pear.php.net/manual/en/package.mail.mail.php
While it supports PHP native mail() call it's probably better to
learn the package anyway.
shell> sudo pear install --alldeps Mail
- Jon
On Dec 28, 2005, at 12:32 PM, Saima Mazhar wrote:
> Hello,
>
> I am creating an order form in HTML on a Linux machine. I would
> like to fetch all or some of the fields from that form and put them
> in an email and send the email to anyone. How can I do that? Is
> there an email feature in PHP? If there is such a feature, then is
> it supported by all the versions of PHP and where can I find some
> examples of this?
>
> Thanks.
> Sincerely Yours,
> Salman.
> _______________________________________________
> New York PHP Talk Mailing List
> AMP Technology
> Supporting Apache, MySQL and PHP
> http://lists.nyphp.org/mailman/listinfo/talk
> http://www.nyphp.org
More information about the talk
mailing list