Re: Problem with attaching file (from a form) to email in PHP [message #172752 is a reply to message #172738] |
Mon, 28 February 2011 00:20 |
Mladen Gogala
Messages: 13 Registered: December 2010
Karma:
|
Junior Member |
|
|
On Sun, 27 Feb 2011 14:07:53 -0500, Jerry Stuckle wrote:
> The PEAR classes are no more or less part of PHP than any other
> externally-written code. There is nothing special about them.
Pear is distributed with PHP, many PEAR and PECL modules make it into the
language itself. Examples are SPL and PHAR. On the plus side, I checked
phpmailer and I like it. You are right, I don't need to ignore
E_DEPRECATED with phpmailer as I need to do with PEAR::Mail. The class
looks good.
--
http://mgogala.byethost5.com
|
|
|