Invitation message |

|
All email based campaigns can use a customized invitation message either
the first time we send out invitations or during the time we send out
reminders.
- Choose Message Template
we can either use an existing Message Template or create a new one.
- From is the email from
which the invitation will originate.
- From Name is the name of
the person sending the invitation.
- Content Type is the format
in which the invitation message is written. You can either send a
message in plain text or send it as HTML content.
- Invitation Message is the
invitation message, two special optional tags that will be replaced
while sending the invitation can be included in the invitation.
[--invitationid-] this tag will be replaced by a unique identifier
that will be used by EMail code protection security add in to uniquely
identify a user to avoid multiple submission. Note that the EMail
code protection must be activated in order to avoid multiple submissions.
[--invitationtoken-] this tag will be replaced by one of the token
available in your token list. If the destination email is found in
token identity's email the given token will be taken. If no token
can be attached to this email a random token will be taken from our
generated token list and finally if no tokens are available anymore,
a new one will be created.
[--unsubscribeid-] this tag allows an email to unsubscribe globally
from the system to avoid receiving any further invitations. The base
link should be fsunsubscribe.aspx?bltype=1&surveyid=[--surveyid-]&subid=[--unsubscribeid-].
The landing page after unsubscribing is fsunsub.aspx and can be customized
using any text or html editor.
- Anonymous Entries FeedbackServer
will no track a link between the email and the respondent answers
if this option is checked.
Mailing is done in a multi-threaded way in order to speed up processing
several emails are sent at the same time. If you want to increase the
number of simultaneous connections to your mail server you can change
the FSMailingThreadNumber inside the web.config. Make sure that your destination
server supports the number of connection you specify.