Significant rewrite. Cleaned up code. Re-factored for class.phpmailer.php new exception handling functionality.
Removed functions not used:
public function Expand($name) {
public function Help($keyword="") {
public function Noop() {
public function Send($from) {
public function SendOrMail($from) {
public function Verify($name) {
This commit is contained in:
parent
9eae95a37c
commit
2b12842802
|
|
@ -24,7 +24,6 @@
|
|||
| - Technology Consulting |
|
||||
| - Oursourcing (highly qualified programmers and graphic designers) |
|
||||
'---------------------------------------------------------------------------'
|
||||
Development version - last update: March 29 2009, 12:22 pm
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
@ -32,7 +31,7 @@ Development version - last update: March 29 2009, 12:22 pm
|
|||
* NOTE: Designed for use with PHP version 5 and up
|
||||
* @package PHPMailer
|
||||
* @author Andy Prevost
|
||||
* @copyright 2004 - 2009 Andy Prevost
|
||||
* @copyright 2004 - 2008 Andy Prevost
|
||||
* @license http://www.gnu.org/copyleft/lesser.html Distributed under the Lesser General Public License (LGPL)
|
||||
* @version $Id$
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue