How to use-additional settings form
It is also possible to add mailto and delimiters. Item mailto shall ensure that in your Inbox e-mail item will mailto hyperlinkovaná for direct use of the reply. Click to add a mailto tag:
<input type=text name="mailto" />
Item separator is used to insert separating lines and it is therefore appropriate subject for more information. The length of the separator is set up the value in the parameter value. To add a separator item tag:
<input type=hidden name="oddelovac" value=30 />
By default, the message being sent to the same sender as recipient. If you want to set up another sender use this tag:
<input type=hidden name="SENDER" value="odesilatel@domena.cz" />
Of course, in the parameter value indicate the particular SMTP address.
If you want to connect to the sent message, information about the IP address of the visitor, add the following tag:
<input type="hidden" name="RemoteIp" value="1" />
The finished form, place it on your website and test to see whether, after completing the the data you receive e-mail with the correct information to the appropriate address.