[RHYMIX] MailGun이 아무리 해도 안될때
/common/framework/drivers/mail/mailgun.php 파일을 열어주세요 //CURL $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $options['timeout']); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true); //SSL 인증 curl_setopt($ch, CURLOPT_POSTFIELDS, $data); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_HTTPHE..
2019. 9. 17.