mail credential changes: kdk
This commit is contained in:
parent
3b65c027e1
commit
575b372dd8
@ -590,11 +590,11 @@ class StatusUpdation_model extends CI_Model {
|
||||
$this->load->library('email');
|
||||
//SMTP & mail configuration
|
||||
$config = array(
|
||||
'protocol' => 'ssmtp',
|
||||
'smtp_host' => 'ssl://smtp.example.com',
|
||||
'smtp_port' => 465,
|
||||
'smtp_user' => 'noreply@apollodec.com',
|
||||
'smtp_pass' => 'Apollo@123',
|
||||
'protocol' => 'smtp',
|
||||
'smtp_host' => 'smtp.sendgrid.net',
|
||||
'smtp_port' => 25,
|
||||
'smtp_user' => 'apikey',
|
||||
'smtp_pass' => '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',
|
||||
'mailtype' => 'html',
|
||||
'charset' => 'utf-8'
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user