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 bed574e commit f736c0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1077,8 +1077,7 @@ 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 f736c0e

Please sign in to comment.