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 4fe55b4 commit 938f737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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'] = '185.4.133.216';
$config['smtp_host'] = 'imperial-dekra.gr';
$config['smtp_user'] = '[email protected]';
$config['smtp_pass'] = 'K.7Zt58LKd,g';
$config['smtp_pass'] = $smtpass;
$config['smtp_crypto'] = 'TLS';
$config['smtp_port'] = '25';
$config['smtp_port'] = '465';
$config['smtp_timeout'] = '15';

0 comments on commit 938f737

Please sign in to comment.