Skip to content

Commit 06b797b

Browse files
committed
updated readme
1 parent 831d5db commit 06b797b

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,31 @@ PHPMailer
99
Full Featured Email Transfer Class for PHP
1010
==========================================
1111

12-
Version 5.0.0 (March xx, 2009)
12+
Version 5.0.0 (April 02, 2009)
1313

1414
With the release of this version, we are initiating a new version numbering
1515
system to differentiate from the PHP4 version of PHPMailer.
1616

1717
Most notable in this release is fully object oriented code.
1818

19+
We now have available the PHPDocumentor (phpdocs) documentation. This is
20+
separate from the regular download to keep file sizes down. Please see the
21+
download area of http://phpmailer.codeworxtech.com.
22+
23+
We also have created a new test script (see /test_script) that you can use
24+
right out of the box. Copy the /test_script folder directly to your server (in
25+
the same structure ... with class.phpmailer.php and class.smtp.php in the
26+
folder above it. Then launch the test script with:
27+
http://www.yourdomain.com/phpmailer/test_script/index.php
28+
from this one script, you can test your server settings for mail(), sendmail (or
29+
qmail), and SMTP. This will email you a sample email (using contents.html for
30+
the email body) and two attachments. One of the attachments is used as an inline
31+
image to demonstrate how PHPMailer will automatically detect if attachments are
32+
the same source as inline graphics and only include one version. Once you click
33+
the Submit button, the results will be displayed including any SMTP debug
34+
information and send status. We will also display a version of the script that
35+
you can cut and paste to include in your projects. Enjoy!
36+
1937
Version 2.3 (November 08, 2008)
2038

2139
We have removed the /phpdoc from the downloads. All documentation is now on
@@ -126,7 +144,7 @@ easy to use classes: AspEmail(tm) and AspMail. Both of these
126144
programs are COM components only available on Windows. They are also a
127145
little pricey for smaller projects.
128146

129-
Since I do Linux development I�ve missed these tools for my PHP coding.
147+
Since I do Linux development I�ve missed these tools for my PHP coding.
130148
So I built a version myself that implements the same methods (object
131149
calls) that the Windows-based components do. It is open source and the
132150
LGPL license allows you to place the class in your proprietary PHP

0 commit comments

Comments
 (0)