Skip to content

Commit

Permalink
Add PHPMailer wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarvello committed May 10, 2024
1 parent 7ff0410 commit c9ea492
Show file tree
Hide file tree
Showing 5 changed files with 777 additions and 8 deletions.
8 changes: 8 additions & 0 deletions config/phpmailerservice.config.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
define('LIBS_DIR', '');
define('SMTP_PASSWORD', "");
define('SMTP_HOST', '');
define('SMTP_PORT', '');
define('DEFAULT_EMAIL', '');
define('DEFAULT_EMAIL_ACCOUNT_NAME', '');
define('USE_SMTP', true);
6 changes: 0 additions & 6 deletions framework/classes/Common.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: Saro
* Date: 04/05/2022
* Time: 08:55
*/
namespace framework\classes;

class Common
Expand Down
Loading

0 comments on commit c9ea492

Please sign in to comment.