Posted by Good Man on 11/02/07 21:49
Carl <c.groner@gmail.com> wrote in news:uwst072hs.fsf@gmail.com:
> 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/
actually, i find this much simpler and way more powerful with little
configuration changes:
http://phpmailer.sourceforge.net/
[Back to original message]
|