Posted by Carl on 11/02/07 21:37
still me <wheeledBob@yahoo.com> writes:
> I'm looking for suggestions on sending mail from php (via smtp). I'm a
> php newbie but an experienced programmer. I'm looking to replicate
> some work I've done previously with perl's NET::SMTP.
>
> I only need basic capabilities at this point. I saw a couple of
> approaches after googling but I don't have the experience to
> understand the ups and downs of each.
>
> Thanks for any insight.
It doesn't get much simpler than this (assuming php
is correctly configured):
http://www.php.net/manual/en/function.mail.php
http://php.net/mail/
You might also want to look at:
http://pear.php.net/manual/en/package.mail.mail.intro.php
for more advanced stuff...
Hope that helps.
--
Navigation:
[Reply to this message]
|