{$key} |
{$val->ggmailing_sender_nickname} |
{cut_str($val->ggmailing_sender_email,10,'...')} |
{zdate($val->regdate,'Y-m-d H:i:s')} |
{@ $nick_name = explode(',',$val->ggmailing_receive_nickname); }
{@ $cnt = $i; }
{$nick_name[0]}
{$lang->outof} {$cnt}{$lang->persons}
|
{@ $email_address = explode(',',$val->ggmailing_receive_email); }
{@ $cnt = $i; }
{$email_address[0]}
{$lang->outof} {$cnt}{$lang->email}
|
{@
$dmn = getFullUrl('');
$dmn = explode('://',$dmn);
$domain = substr($dmn[1], 0, -1);
$domain = str_replace('www.','',$domain);
$url = 'http://woorimail.com/index.php';
$post_data = array(
'act' => 'dispWwapimanagerRequest',
'authkey' => $config->ggmailing_authkey,
'mid' => 'auth_woorimail',
'domain' => $domain,
'type' => 'ggmailing',
'ggmailing_send_srl' => $val->ggmailing_send_srl
);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$post_data);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
//curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
//curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
$response = curl_exec($ch);
curl_close($ch);
$authcheck = json_decode($response);
}
{$lang->send_complete}
메일서버와 통신대기중
메일서버가 메일전송중
서버점검중
|
|