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 abfab0b commit 9594e93
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 @@ -1078,8 +1078,8 @@ private function _checksignature($inspid) {

public function emailsend() {
$this->load->library('email');
$this->email->to('pavlos.bizimis@inline.gr');
$this->email->from('itin-noreply@imperial-dekra.gr', 'IMPERIAL-DEKRA');
$this->email->to('pavlos.bizimis@outlook.gr');
$this->email->from('imperial-dekra@customers.inline.gr', 'IMPERIAL-DEKRA');
$this->email->cc('[email protected]');
//$this->email->bcc('[email protected]');
$this->email->subject('Email Test');
Expand Down

0 comments on commit 9594e93

Please sign in to comment.