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 563bf87 commit 7df3988
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,6 @@ public function emailsend() {
$config['newline'] = '\r\n';
$config['smtp_host'] = 'smtp.customers.inline.gr';
$config['smtp_user'] = '[email protected]';
$config['_smtp_auth'] = TRUE; //important
$config['smtp_pass'] = $smtpass;
$config['starttls'] = true;
$config['smtp_crypto'] = 'TLS';
Expand Down

0 comments on commit 7df3988

Please sign in to comment.