diff --git a/ci4/app/Config/Email.php b/ci4/app/Config/Email.php index 09d27f0b..ba66787b 100755 --- a/ci4/app/Config/Email.php +++ b/ci4/app/Config/Email.php @@ -6,14 +6,14 @@ use CodeIgniter\Config\BaseConfig; class Email extends BaseConfig { - public string $fromEmail = 'soporte_erp@safekat.es'; - public string $fromName = 'Safekat ERP'; + public string $fromEmail = 'no-reply@safekat.es'; + public string $fromName = 'ERP Safekat 2.0'; public string $recipients = ''; /** * The "user agent" */ - public string $userAgent = 'Safekat SL'; + public string $userAgent = 'ERP Safekat 2.0'; /** * The mail sending protocol: mail, sendmail, smtp @@ -28,22 +28,22 @@ class Email extends BaseConfig /** * SMTP Server Hostname */ - public string $SMTPHost = 'localhost'; + public string $SMTPHost = 'smtp.ionos.es'; /** * SMTP Username */ - public string $SMTPUser = 'soporte_erp@safekat.es'; + public string $SMTPUser = 'no-reply@safekat.es'; /** * SMTP Password */ - public string $SMTPPass = ''; + public string $SMTPPass = '5LKHH^CR#ecR#l55x7ke'; /** * SMTP Port */ - public int $SMTPPort = 465; + public int $SMTPPort = 587; /** * SMTP Timeout (in seconds)