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 26, 2024
1 parent 6799d08 commit 3e35f30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,8 @@ private function _checksignature($inspid) {
}

public function emailsend() {

$smtpass = getenv("SMTPPASS");
echo $smtpass;
$this->load->library('email');
$this->email->to('[email protected]');
$this->email->from('[email protected]', 'IMPERIAL-DEKRA');
Expand Down

0 comments on commit 3e35f30

Please sign in to comment.