51ff3226 |
1 | PHPMailer\r |
2 | Full Featured Email Transfer Class for PHP\r |
3 | ==========================================\r |
4 | \r |
5 | http://phpmailer.sourceforge.net/\r |
6 | \r |
7 | This software is licenced under the LGPL. Please read LICENSE for information on the\r |
8 | software availability and distribution.\r |
9 | \r |
10 | Class 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 |
20 | Why you might need it:\r |
21 | \r |
22 | Many PHP developers utilize email in their code. The only PHP function\r |
23 | that supports this is the mail() function. However, it does not expose\r |
24 | any of the popular features that many email clients use nowadays like\r |
25 | HTML-based emails and attachments. There are two proprietary\r |
26 | development tools out there that have all the functionality built into\r |
27 | easy to use classes: AspEmail(tm) and AspMail. Both of these\r |
28 | programs are COM components only available on Windows. They are also a\r |
29 | little pricey for smaller projects.\r |
30 | \r |
31 |