Skip to content

Commit

Permalink
PHPmailer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jave Lupango committed Dec 7, 2020
1 parent 0ad6d03 commit 47d595d
Show file tree
Hide file tree
Showing 72 changed files with 9,481 additions and 0 deletions.
5 changes: 5 additions & 0 deletions controller/email/PHPMailer/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"phpmailer/phpmailer": "^6.0"
}
}
84 changes: 84 additions & 0 deletions controller/email/PHPMailer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions controller/email/PHPMailer/vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit2026f00415679e9023af954c70ecd011::getLoader();
Loading

0 comments on commit 47d595d

Please sign in to comment.