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
|
||||
|
||||
@ -10,6 +10,7 @@ use App\Services\PapelImpresionService;
|
||||
use CodeIgniter\Config\BaseService;
|
||||
use App\Services\ProductionService;
|
||||
use App\Services\TarifaMaquinaService;
|
||||
use CodeIgniter\Email\Email;
|
||||
|
||||
/**
|
||||
* Services Configuration file.
|
||||
@ -36,6 +37,7 @@ class Services extends BaseService
|
||||
* return new \CodeIgniter\Example();
|
||||
* }
|
||||
*/
|
||||
|
||||
public static function production(){
|
||||
return new ProductionService();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user