|
|
Common
notes
After form parsing SP.DE can mail form results.
For example, assume that you parse Support form. Then you could add mail to yourself
with a support question and mail to sender with confirmation of question receiving.
With all mail fields (From, To, ...) SP.DE replaces [[field]] constructions by
corresponding fields value. So if your form has input named 'Email' you may add
their value to From: or To: fields like [[Email]]
Note: Mail sent through SMTP to has correct header
Note: Even if you have some hidden field that dosnt appear in FSave interface,
you can add its value.
Just print [[hiddenfield]], SP.DE will replace it.
|
|
|

Mail To: top
Print here mail address. For example, [[FirstName]] [[LastName]] <[[Email]]>.
To use CC divide all addreses by ';' sign .
|
Mail From: top
Print here mail From: address. For example, service@myhost.com
Note: As mail sent through SMTP and if To: field is wrong (user miss) it returns
to From: address |
Mail Subject: top
Print subject of Your mail |
Mail text top
Construct mail text using form's fields. |
Form fields top
Past and then press Insert buttons to add form's fields into To:, From:, Subject:
or Body: |
Insert to To:
button top
Use to add fields into mail To: |
Insert to From:
button top
Use to add fields into mail From: |
Insert to Subject:
button top
Use to add fields into mail Subject: |
Insert to Body:
button top
Use to add fields into mail Body: |
Post button top
Save changes. Exit |
Cancel button top
Cancel changes. Exit |