CHANGE_MAIL_CONFIG_CHANGE : AADHAVAN
This commit is contained in:
parent
e24992023b
commit
fd30391cac
@ -28,17 +28,17 @@ class Email extends BaseConfig
|
||||
/**
|
||||
* SMTP Server Hostname
|
||||
*/
|
||||
public string $SMTPHost = 'mail.venbait.in';
|
||||
public string $SMTPHost = 'smtp.gmail.com';
|
||||
|
||||
/**
|
||||
* SMTP Username
|
||||
*/
|
||||
public string $SMTPUser = 'bbone@venbait.in';
|
||||
public string $SMTPUser = 'venbatechnologies@gmail.com';
|
||||
|
||||
/**
|
||||
* SMTP Password
|
||||
*/
|
||||
public string $SMTPPass = 'xk!L(N_-R#};';
|
||||
public string $SMTPPass = 'dsfllmxdzxxkcxgz';
|
||||
|
||||
/**
|
||||
* SMTP Port
|
||||
|
||||
Loading…
Reference in New Issue
Block a user