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 7ef1155 commit fc5ff66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,7 @@ public function emailsend() {
$config['smtp_host'] = '162.55.99.207';
$config['smtp_user'] = '[email protected]';
$config['smtp_pass'] = $smtpass;
$config['starttls'] = true;
$config['smtp_crypto'] = 'TLS';
$config['smtp_port'] = '587';
$config['smtp_timeout'] = '15';
Expand Down

0 comments on commit fc5ff66

Please sign in to comment.