Home > Archive > PHP Programming > January 2006 > mail class
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]
|
|
|
| Hi,
I'm searching a pre-coded class that enables to send e-mail with HTML
content and attached files.
I've found some classes over the web, but I'm not satisfied with it until
now.
Could you give me any good stuff ?
Thanks in advance,
--
alex
| |
| Jonathan 2006-01-28, 6:56 pm |
| alex wrote:
> Hi,
>
> I'm searching a pre-coded class that enables to send e-mail with HTML
> content and attached files.
> I've found some classes over the web, but I'm not satisfied with it until
> now.
>
> Could you give me any good stuff ?
>
> Thanks in advance,
>
What are your wishes?
What did you find and why did it not satisfy your needs?
If we knew a little more it would be easier to suggest you something...
Jonathan
| |
|
| > Hi,
>
> I'm searching a pre-coded class that enables to send e-mail with HTML
> content and attached files.
> I've found some classes over the web, but I'm not satisfied with it until
> now.
>
> Could you give me any good stuff ?
>
> Thanks in advance,
>
> --
> alex
I've just found the PhpMailer class :
http://phpmailer.sourceforge.net
It answers perfectly to what I was searching... Great !
I do recommend it.
--
alex
| |
|
| > What are your wishes?
> What did you find and why did it not satisfy your needs?
>
> If we knew a little more it would be easier to suggest you something...
>
> Jonathan
Sorry, ... was a bit in a hurry.
I wanted to send an e-mail with html content (body) and a binary attached
file (pdf).
I've found http://phpmailer.sourceforge.net
It is exactly what I was searching for... and much more :-)
--
alex
| |
|
|
|
|
|