@@ -9,13 +9,31 @@ PHPMailer
9
9
Full Featured Email Transfer Class for PHP
10
10
==========================================
11
11
12
- Version 5.0.0 (March xx , 2009)
12
+ Version 5.0.0 (April 02 , 2009)
13
13
14
14
With the release of this version, we are initiating a new version numbering
15
15
system to differentiate from the PHP4 version of PHPMailer.
16
16
17
17
Most notable in this release is fully object oriented code.
18
18
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
+
19
37
Version 2.3 (November 08, 2008)
20
38
21
39
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
126
144
programs are COM components only available on Windows. They are also a
127
145
little pricey for smaller projects.
128
146
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.
130
148
So I built a version myself that implements the same methods (object
131
149
calls) that the Windows-based components do. It is open source and the
132
150
LGPL license allows you to place the class in your proprietary PHP
0 commit comments