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');
|
$this->load->library('email');
|
||||||
//SMTP & mail configuration
|
//SMTP & mail configuration
|
||||||
$config = array(
|
$config = array(
|
||||||
'protocol' => 'ssmtp',
|
'protocol' => 'smtp',
|
||||||
'smtp_host' => 'ssl://smtp.example.com',
|
'smtp_host' => 'smtp.sendgrid.net',
|
||||||
'smtp_port' => 465,
|
'smtp_port' => 25,
|
||||||
'smtp_user' => 'noreply@apollodec.com',
|
'smtp_user' => 'apikey',
|
||||||
'smtp_pass' => 'Apollo@123',
|
'smtp_pass' => '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',
|
||||||
'mailtype' => 'html',
|
'mailtype' => 'html',
|
||||||
'charset' => 'utf-8'
|
'charset' => 'utf-8'
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user