Skip to content

Commit

Permalink
Update Inspection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 27, 2024
1 parent 84e2ad9 commit 0bdffd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ public function emailsend() {
$config['newline'] = '\r\n';
$config['smtp_host'] = '162.55.99.207';
$config['smtp_user'] = '[email protected]';
$config['smtp_auth'] = TRUE; //important
$config['_smtp_auth'] = TRUE; //important
$config['smtp_pass'] = $smtpass;
$config['starttls'] = true;
$config['smtp_crypto'] = 'TLS';
Expand Down

0 comments on commit 0bdffd5

Please sign in to comment.