Skip to content

Commit

Permalink
Update email.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 27, 2024
1 parent 8cc95b9 commit abfab0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/config/email.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
$config['charset'] = 'utf-8';
$config['crlf'] = '\r\n';
$config['newline'] = '\r\n';
$config['smtp_host'] = 'imperial-dekra.gr';
$config['smtp_user'] = 'itin-noreply@imperial-dekra.gr';
$config['smtp_host'] = 'customers.inline.gr';
$config['smtp_user'] = 'imperial-dekra@customers.inline.gr';
$config['smtp_pass'] = $smtpass;
$config['smtp_crypto'] = 'SSL';
$config['smtp_port'] = '465';
/**$config['smtp_crypto'] = 'SSL';*/
$config['smtp_port'] = '587';
$config['smtp_timeout'] = '15';

0 comments on commit abfab0b

Please sign in to comment.