Merge branch 'mod/smtp_produccion' into 'main'

Modificados parametros SMTP de SK para produccion

See merge request jjimenez/safekat!769
This commit is contained in:
Ignacio Martinez Navajas
2025-05-05 07:44:28 +00:00

View File

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