Re:同じくgmailでスパム扱いになってしまいます
和田 (2010-11-08 03:29:04) www.synck.com
以下のようにすればたぶんできるかな?
send.cgi内の
&sendmail($mailto[$cnt],$form{’email’},$form{’email’},$config{"subject"},$config{"body"},@attached);
を
&sendmail($mailto[$cnt],$form{’email’},’うんこ太郎’,$config{"subject"},$config{"body"},@attached);