$config = [
'mailtype' => 'html',
'charset' => 'utf-8',
'protocol' => 'smtp',
'smtp_host' => 'ssl://mail.xxxxx.it',
'smtp_user' => 'notification@xxxxx.it',
'smtp_pass' => 'sudwwualwor',
'smtp_crypto' => 'ssl',
'smtp_port' => '465',
'crlf' => "\r\n",
'newline' => "\r\n"
];
i have setting up my smtp using php. but when i try this setting on my local xampp i got error like this
"fsockopen(): php_network_getaddresses: getaddrInfo failed Not such host know"
if i ping my smtp_host i can get result success. i have question how to fix this issue ? on my server i use cpanel. but on my local i use xampp