Booking and contact messqge

This commit is contained in:
CHIEFSOFT\ameye
2024-09-29 17:47:32 -04:00
parent c6a097d333
commit e5fad97e49
5 changed files with 201 additions and 12 deletions
+5 -5
View File
@@ -28,22 +28,22 @@ class Email extends BaseConfig
/**
* SMTP Server Hostname
*/
public string $SMTPHost = '';
public string $SMTPHost = 'smtp.googlemail.com';
/**
* SMTP Username
*/
public string $SMTPUser = '';
public string $SMTPUser = 'support@chiefsoft.com';
/**
* SMTP Password
*/
public string $SMTPPass = '';
public string $SMTPPass = 'may12002!';
/**
* SMTP Port
*/
public int $SMTPPort = 25;
public int $SMTPPort = 465; //25;
/**
* SMTP Timeout (in seconds)
@@ -62,7 +62,7 @@ class Email extends BaseConfig
* to the server. 'ssl' means implicit SSL. Connection on port
* 465 should set this to ''.
*/
public string $SMTPCrypto = 'tls';
public string $SMTPCrypto = 'ssl'; // 'tls';
/**
* Enable word-wrap