mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
send email
This commit is contained in:
@ -28,7 +28,7 @@ class Email extends BaseConfig
|
||||
/**
|
||||
* SMTP Server Hostname
|
||||
*/
|
||||
public string $SMTPHost = 'smtp.ionos.es';
|
||||
public string $SMTPHost = 'localhost';
|
||||
|
||||
/**
|
||||
* SMTP Username
|
||||
@ -38,7 +38,7 @@ class Email extends BaseConfig
|
||||
/**
|
||||
* SMTP Password
|
||||
*/
|
||||
public string $SMTPPass = 'H%5&qDkDkWnfLTGN';
|
||||
public string $SMTPPass = '';
|
||||
|
||||
/**
|
||||
* SMTP Port
|
||||
|
||||
Reference in New Issue
Block a user