Skip to content

Commit

Permalink
emails
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 27, 2024
1 parent 4234c58 commit ce91576
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions application/config/noemail.php

This file was deleted.

2 changes: 1 addition & 1 deletion application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ public function emailsend() {

$this->load->library('email');
$smtpass = getenv("SMTPPASS");

echo $smtpass;
$config['protocol'] = 'smtp';
$config['wordwrap'] = TRUE;
$config['mailtype'] = 'html';
Expand Down

0 comments on commit ce91576

Please sign in to comment.