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 26, 2024
1 parent 3e35f30 commit 0db5cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/email.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
$config['charset'] = 'utf-8';
$config['crlf'] = '\r\n';
$config['newline'] = '\r\n';
$config['smtp_host'] = 'mail.imperial-dekra.gr';
$config['smtp_host'] = 'imperial-dekra.gr';
$config['smtp_user'] = '[email protected]';
$config['smtp_pass'] = $smtpass;
$config['smtp_port'] = '465';
$config['smtp_port'] = '143';
$config['smtp_timeout'] = '15';

0 comments on commit 0db5cd6

Please sign in to comment.