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 f736c0e commit 4c42b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/email.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$config['charset'] = 'utf-8';
$config['crlf'] = '\r\n';
$config['newline'] = '\r\n';
$config['smtp_host'] = 'imperial-dekra.gr';
$config['smtp_host'] = '185.4.133.216';
$config['smtp_user'] = '[email protected]';
$config['smtp_pass'] = $smtpass;
$config['smtp_crypto'] = 'TLS';
Expand Down

0 comments on commit 4c42b0e

Please sign in to comment.