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 4d76f77 commit 485cf2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ public function emailsend() {



//$this->load->library('email');
$this->load->library('email');
$smtpass = getenv("SMTPPASS");
$config['protocol'] = 'smtp';
$config['wordwrap'] = TRUE;
Expand All @@ -1091,7 +1091,7 @@ public function emailsend() {
$config['newline'] = '\r\n';
$config['smtp_host'] = 'smtp.customers.inline.gr';
$config['smtp_user'] = '[email protected]';
$config['smtp_pass'] = $smtpass;
$config['smtp_pass'] = '*1@0$aghLvGq%';
/*$config['starttls'] = true;
$config['smtp_crypto'] = 'TLS';*/
$config['smtp_port'] = '587';
Expand Down

0 comments on commit 485cf2d

Please sign in to comment.