요즘 메일 전송하다보면 스팸으로 빠지는 경우가 많은데요.그래서 HOOK 기능을 이용해서 SMTP 변경을 쉽게 할 수 있도록 했습니다.// extend/user.extend.php 에 넣어 주시면 됩니다. // SMTPif (! function_exists('mailer_options_extend')) { add_replace('mail_options', 'mailer_options_extend', G5_HOOK_DEFAULT_PRIORITY, 10); function mailer_options_extend($mail, $fname, $fmail, $to, $subject, $content, $type, $file, $cc, $bcc) { $mail->From = 'u..