Re: 自作外部フォームが動作しない

2016年1月31日 at 14:07

下記の変数のeが抜けています。
http://gist.github.com/itacts/9393fb72369c10028128#file-3-php-L48
$mh->to($this->post('r_mail'));    ->    $mh->to($this->post('r_email'));

Re: Re: 自作外部フォームが動作しない

2016年1月31日 at 17:10
acliss 様
ありがとうございます。

ご指摘いただいた箇所を修正して考えていたような
形で自動返信メールが届くことを確認できました。

大感謝(涙)です
本当に ありがとうございましたm(__)m