![]() |
Re: send_to_friend feature to be a request additional info
I'm using this great mod for a while now, but the spam bots are driving me almost crazy... 8O
That's why I want to change the emailaddress I'm using for customers requesting info, but not after I found a way the loose/or hide the (new) emailaddress which must be used in the code of this mod: Code:
<FORM action="product.php" method="post" name="send"> Anybody know a solution for this? Thanks in advance! Jerrad :D |
Re: send_to_friend feature to be a request additional info
|
Re: send_to_friend feature to be a request additional info
Thanks for the advise, shafiq!
But I think I just solved it... I changed my emailaddress into {$config.Company.support_department}, so it looks like this: Code:
<INPUT id="send_to" type="hidden" size="45" name="email" value="{$config.Company.support_department}"> And in send_to_friend.php I changed Code:
func_send_mail ($email, "mail/send2friend_subj.tpl", "mail/send2friend.tpl", $from, false); Info requests will now be mailed to the help/support emailadress in Admin>General Settings>Company Options. Seems to work fine... :D Thanks again for trying to help! Jerrad |
Re: send_to_friend feature to be a request additional info
Quote:
great mod shafiq... thanks for help. |
Re: send_to_friend feature to be a request additional info
Quote:
you should remove Code:
<INPUT id="send_to" type="hidden" size="45" name="email" value="{$config.Company.support_department}"> |
All times are GMT -8. The time now is 03:48 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.