Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
added phpmailer 5
Browse files Browse the repository at this point in the history
git-svn-id: https://seedframework.svn.sourceforge.net/svnroot/seedframework/trunk@526 e74265ba-5712-0410-b544-ed03b9d7f503
  • Loading branch information
mamihod committed Jul 2, 2009
1 parent 554287f commit f67acb7
Show file tree
Hide file tree
Showing 3 changed files with 2,889 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/phpmailer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// simply include files in subdirectory
require_once('phpmailer/class.phpmailer.php');
require_once('phpmailer/class.smtp.php');
require_once('phpmailer5/class.phpmailer.php');
require_once('phpmailer5/class.smtp.php');

?>
Loading

0 comments on commit f67acb7

Please sign in to comment.