/****************************************************** ' System :Eco-footprint 会員ページ ' Content:メール送信 '******************************************************/ $top = '.'; $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/database.php"); include("$inc/mail.php"); include("$inc/encrypt.php"); include("$inc/get_form.php"); $inc = "$top/inc"; include("$inc/regist.php"); // 登録受付けメール送信 function mail_send($reg, $seq_no) { get_mail_template('reg_kari', $subject, $from, $cc, $bcc, $repty_to, $body); $fetch = get_system_info('sy_url_member'); $body = str_replace('%MAIL_ADDR%', $reg->mb_mail_addr, $body); // $body = str_replace('%MEMBER_ID%', $reg->mb_id, $body); // $body = str_replace('%PASSWORD%', $reg->mb_password, $body); $body = str_replace('%REGIST_URL%', "{$fetch->sy_url_member}member_input_exp.php?key=" . encrypt_number($seq_no, 8), $body); send_mail($subject, $reg->mb_mail_addr, $from, $body, $cc, $bcc, $reply_to); } // セッション処理 session_start(); if (!isset($_SESSION['ss_regist1'])) redirect('top.php'); $reg = &$_SESSION['ss_regist1']; // メール送信 mail_send($reg, $_SESSION['ss_seq_no']); // セッション変数削除 session_destroy(); ?>
![]() |
![]() |
![]() |
||
入会手続きを再開するにはメールのURLを、クリックしてください。 ※万一メールが届かない場合は、トップページからログインして頂くか お手数ですがこちらまでご連絡ください。 Ecoゾウclub事務局 | ||||
![]() |
|
![]() |