big commit
[mirrors/Kyberia-bloodline.git] / inc / phpmailer / README
CommitLineData
b42b2bf9
H
1PHPMailer\r
2Full Featured Email Transfer Class for PHP\r
3==========================================\r
4\r
5http://phpmailer.sourceforge.net/\r
6\r
7This software is licenced under the LGPL. Please read LICENSE for information on the\r
8software availability and distribution.\r
9\r
10Class Features:\r
11- Send emails with multiple TOs, CCs, BCCs and REPLY-TOs\r
12- Redundant SMTP servers\r
13- Multipart/alternative emails for mail clients that do not read HTML email\r
14- Support for 8bit, base64, binary, and quoted-printable encoding\r
15- Uses the same methods as the very popular AspEmail active server (COM) component\r
16- SMTP authentication\r
17- Native language support\r
18- Word wrap, and more!\r
19\r
20Why you might need it:\r
21\r
22Many PHP developers utilize email in their code. The only PHP function\r
23that supports this is the mail() function. However, it does not expose\r
24any of the popular features that many email clients use nowadays like\r
25HTML-based emails and attachments. There are two proprietary\r
26development tools out there that have all the functionality built into\r
27easy to use classes: AspEmail(tm) and AspMail. Both of these\r
28programs are COM components only available on Windows. They are also a\r
29little pricey for smaller projects.\r
30\r
31