Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Referenz über die WebInterface TAGs

Nachfolgend sind sämtliche TAGs der WebInterfacetemplates aufgeführt. Die genaue Erklärung finden Sie in den entsprechenden Kapiteln. Bitte beachten Sie, dass es sich hierbei nur um eine Kurzreferenz handelt. 

Anmeldung (confirmed-opt-in und double-opt-in)

Input fields


 

<?GIS EMAIL?>

This tag is replaced with a text input field in the subscription template. Its characteristics are as defined in the database designer.


 

<?GIS EMAIL params="size=20"?>
 


This tag is replaced with a text input field as well, but its characteristics are further specified via “params” (HTML).


 

<?GIS NEWSLETTER ID?>
 


This <GIS> tag is replaced with a checkbox the subscriber can use to subscribe to a mailing list with the corresponding ids.

 


<?GIS NEWSLETTER hidden=ID?>

 


This tag is replaced with a “hidden field” meaning no choice is possible. The subscriber is always added to this mailing list.

 


<?GIS NEWSLETTER radio=ZAHL?>

 


Another way to establish newsletter subscription apart from checkboxes is presenting choices as radio buttons. However, this variation allows the choice of only ONE mailing list. This is useful for the choice between HTML and text newsletters.

 


<?GIS PASSWORD?>
 


This tag is replaced with a password input field with characteristics defined in the corresponding data field via the database designer. Using this tag twice in your subscription template adds a password confirmation input field. Therefore the password entered has to comply with the password requirements.


 

<?GIS PASSWORD params="size=20"?>
 


This tag is handled like the one above, but its characteristics are further specified via “params” (HTML).


 

<?GIS FIELDNAME?>
 


This is a user defined field, specified by FIELDNAME. Its characteristics are as defined in the database designer (type of field as well as parameters).

 


<?GIS FIELDNAME params="size=20"?>

 


This is another field created with the database designer with its characteristics defined via “params” (HTML).

Messages

 

<!--FILTER-COMMENTS-->

this message removes all comments/control statements.


<!--ENTRY--><!--/ENTRY-->
 


This surrounds the introductory sentences that appear only once when the page is loaded for the first time. They will not be displayed again with later status messages.


 

<!--NEW-USER--><!--/NEW-USER-->
 


All input fields (<?GIS FIELDNAME?>) necessary for purposes of subscription have to be located within these tags. Everything in between these tags is removed after successfully subscribing. No <SUCCESS> or <ERROR> messages should be inserted in between these tags, since they would be removed as well.


 

<!--UNCONFIRMED--><!--/UNCONFIRMED-->
 


The message concerning the subscriber receiving an email with a confirmation link during a 'double-opt-in' subscription is displayed within this tag.

 


<!--CONFIRMED--><!--/CONFIRMED-->

 


The message concerning the subscriber successfully completed his subscription by clicking the link in the confirmation email during a 'double-opt-in' subscription is displayed within this tag.

 


<!--ALREDY-CONFIRMED--><!--/ALREDY-CONFIRMED-->

The message indicating that the subscriber already confirmed his subscription and no further action is necessary is displayed within this tag.


 

<!--ERROR:DOI-EXPIRED--><!--/ERROR:DOI-EXPIRED-->

 


The message indicating that the subscriber took too much time to confirm his subscription is displayed within this tag.


 

<!--SUCCESS--><!--/SUCCESS-->

 


This tag defines general success messages displayed successfully subscribing. It can occur as often and wherever you want.

 


<!--SUCCESS: NEW-NEWSLETTER-ID--><!--/SUCCESS: NEW-NEWSLETTER-ID-->

 


This tag defines a success message indicating a successful subscription to the mailing list specified by id.

 


<!--ERROR:NO-EMAIL--><!--/ERROR:NO-EMAIL-->
 


This tag defines an error message indicating the subscriber did not provide an email address.


 

<!--ERROR:INCORRECT-EMAIL--><!--/ERROR:INCORRECT-EMAIL-->
 


This tag defines an error message indicating the subscriber provided a syntactically wrong email address.


 

<!--ERROR:NO-NEWSLETTER--><!--/ERROR:NO-NEWSLETTER-->
 


This tag defines an error message indicating the subscriber did not choose a mailing list available.

 


<!--ERROR:NO-NEW-NEWSLETTER--><!--/ERROR:NO-NEW-NEWSLETTER-->

 


This tag defines an error message indicating the subscriber is already part of the mailing list and did not choose a new newsletter.

 


<!--ERROR:ALREADY-ON-ID--><!--/ERROR:ALREADY-ON-ID-->

 


This tag defines an error message indicating the subscriber did already subscribe to the mailing list specified by id. You can find the id relating to a certain mailing list in BACKCLICKs menu under “Mailing list - Management -> Mailing list Overview”.

 


<!--ERROR:NO-PASSWORD--><!--/ERROR:NO-PASSWORD-->
 


This tag defines an error message indicating the subscriber did not provide a password, although it is a so called mandatory field.


 

<!--ERROR:PASSWORD-REPEAT--><!--/ERROR:PASSWORD-REPEAT-->
 


This tag defines an error message indicating the subscriber did not confirm the password correctly.


 

<!--ERROR:WRONG-PASSWORD--><!--/ERROR:WRONG-PASSWORD-->
 


This tag defines an error message indicating the subscriber has already subscribed for a newsletter but the password entered does not match the password saved in his profile.

 


<!--ERROR:CONFIGURATION--><!--/ERROR:CONFIGURATION-->

 


This tag defines an error message indicating the attempt to subscribe to a newsletter that doesn’t exist in BACKCLICK.

 


<!--ERROR:FELDNAME--><!--/ERROR:FELDNAME-->

 


This tag defines an error message relating to the user defined fields specified by FIELDNAME.

Email definitions

 


<!--DOI-EMAIL--><!--/DOI-EMAIL-->
 


The entire email delivered to the subscriber is defined within these tags. This Email contains the link to confirm subscription.


 

<!--CONFIRM-EMAIL--><!--/CONFIRM-EMAIL-->
 


The entire email delivered to the subscriber after successfully subscribing is defined within these tags.


 

<!--SENDER-EMAIL--><!--/SENDER-EMAIL-->
 


If this tag exists, it overrides the main configs. It defines the sender adress of the DOI-E-Mail. 


<!--SENDER-NAME--><!--/SENDER-NAME-->

 


This tag defines the senders name as cleartext.

 


<!--PRIORITY--><!--/PRIORITY-->

This tag defines the importance displayed in mail clients.


 

<!--TO--><!--/TO-->
 


This tag defines the recipient shown in the email client. Use this to personalize it.

 



<!--SUBJECT--><!--/SUBJECT-->

 


This tag defines the subject of the email. Use this to personalize it.

 


<!--BODY--><!--/BODY-->

 


This defines the emails body. The variable “$$DOI-LINK$$” should exist in “DOI-EMAIL”. Use this to personalize it.

Unsubscribe (confirmed-opt-out and double-opt-out)

Input fields


 

<?GIS EMAIL?>

 


This tag is replaced with a text input field in the subscription/unsubscription template. Its characteristics are as defined in the database designer.


 

<?GIS EMAIL params="size=20"?>
 


This tag is replaced with a text input field, but its characteristics are further specified via “params” (HTML).


 

<?GIS NEWSLETTER ID?>
 


This <GIS> tag is replaced with a checkbox the subscriber can use to unsubscribe from mailing list with the corresponding ids.

 


<?GIS NEWSLETTER hidden=ID?>

 


This tag is replaced with a “hidden field” meaning no choice is possible. The subscriber is always removed from this mailing list.

 


<?GIS NEWSLETTER radio=ZAHL?>

 


Another way to establish unsubscription apart from checkboxes is presenting choices as radio buttons. However, this variation allows the choice of only ONE mailing list.

 


<?GIS PASSWORD?>
 


This tag is replaced with a password input field with characteristics as defined in the corresponding data field via database designer. Using this tag twice in your unsubscription template adds a password confirmation input field. The password entered has to comply with the password requirements.


 

<?GIS PASSWORD params="size=20"?>
 


This tag is handled like the one above, but its characteristics are further specified via “params” (HTML).

Messages

 

<!--FILTER-COMMENTS-->

this message removes all comments/control statements.


<!--ENTRY--><!--/ENTRY-->

 


This tag defines introductory sentences appearing only once when the page is loaded for the first time. They will not be displayed again with later status messages.

 


<!--REMOVE-USER--><!--/REMOVE-USER-->

 


All input fields (<?GIS FIELDNAME?>) necessary for purposes of unsubscription have to be located within these tags. Everything in between these tags is removed after successfully unsubscribing. No <SUCCESS> or <ERROR> messages should be inserted in between these tags, since they would be removed as well.

 


<!--SUCCESS--> <!--/SUCCESS-->
 


This tag defines general success messages displayed after successfully unsubscribing. It can occur as often and wherever you want.


 

<!--SUCCESS:REMOVED-NEWSLETTER-ID--><!--/SUCCESS:REMOVED-NEWSLETTER-ID-->
 


This tag defines a success message indicating successfully unsubscribing from the mailing list specified by id.


 

<!--ERROR:NOABO-ID--><!--/ERROR:NOABO-ID-->
 


This tag defines an error message indicating the subscriber did not subscribe to the mailing list specified by id beforehand.

 


<!--ERROR:NO-EMAIL--><!--/ERROR:NO-EMAIL-->

 


This tag defines an error message indicating the subscriber did not provide an email address.

 



<!--ERROR:INCORRECT-EMAIL--><!--/ERROR:INCORRECT-EMAIL-->

 


This tag defines an error message indicating the subscriber entered a wrong email address according to RFC syntax or no subscriber with the given email address could be found in BACKCLICKs entire database.


 

<!--ERROR:NO-NEWSLETTER--><!--/ERROR:NO-NEWSLETTER-->

 


This tag defines an error message indicating the subscriber did not choose a mailing list for purposes of unsubscribing.

 


<!--ERROR:NO-PASSWORD--><!--/ERROR:NO-PASSWORD-->
 


This tag defines an error message indicating the subscriber did not provide a password, although it is a so called mandatory field.

 


<!--ERROR:WRONG-PASSWORD--><!--/ERROR:WRONG-PASSWORD-->
 


This tag defines an error message indicating the subscriber has already subscribed for a newsletter but the password entered does not match the password saved in his profile.

 


<!--UNCONFIRMED--><!--/UNCONFIRMED-->
 


The message concerning the subscriber receiving an email with a confirmation link during a 'double-opt-out' unsubscription is displayed within this tag.

 


<!--CONFIRMED--><!--/CONFIRMED-->
 


The message concerning the subscriber successfully completed his unsubscription by clicking the link in the confirmation email during a 'double-opt-out' unsubscription is displayed within this tag.

 


<!--ALREDY-UNCONFIRMED--><!--/ALREDY-UNCONFIRMED-->
 


The message indicating that the subscriber already confirmed his unsubscription and no further action is necessary is displayed within this tag.

 


<!--ERROR:DOO-EXPIRED--><!--/ERROR:DOO-EXPIRED-->
 


The message indicating that the subscriber took too much time to confirm his unsubscription is displayed within this tag.

 


<!--ERROR:CONFIGURATION--><!--/ERROR:CONFIGURATION-->
 


This tag defines an error message indicating the attempt to (subscribe to or unsubscribe form) a newsletter that doesn’t exist in BACKCLICK (anymore).

Email definitions

 


<!--DOO-EMAIL--><!--/DOO-EMAIL-->
 


The entire email sent to the subscriber is defined within these tags. This Email contains the link to confirm unsubscription.

 


<!--CONFIRM-EMAIL--><!--/CONFIRM-EMAIL-->
 


The entire email sent to the subscriber after successfully unsubscribing is defined within these tags.

 


<!--SENDER-NAME--><!--/SENDER-NAME-->
 


This tag defines the senders name as cleartext.

 


<!--PRIORITY--><!--/PRIORITY-->
 


This tag defines the importance displayed in mail clients.

 


<!--TO--><!--/TO-->
 


This tag defines the recipient shown in the email client. Use this to personalize it.

 


<!--SUBJECT--><!--/SUBJECT-->
 


This tag defines the subject of the email. Use this to personalize it.

 


<!--BODY--><!--/BODY-->
 


This defines the emails body. The variable “$$DOI-LINK$$” should exist in “DOI-EMAIL”. Use this to personalize it.

Change of Profile

Input fields

 


<?GIS EMAIL?>
 


This tag is replaced with a text input field in the template for changes. Its characteristics are as defined in the database designer.

 


<?GIS EMAIL params="size=20"?>
 


This tag is replaced with a text input field as well, but its characteristics are further specified via “params” (HTML).

 


<?GIS NEWSLETTER ID?>
 


This <GIS> tag is replaced with a checkbox the subscriber can use to subscribe to mailing list with the corresponding ids.

 


<?GIS NEWSLETTER hidden=ID?>
 


This tag is replaced with a “hidden field” meaning no choice is possible. The subscriber is added to this mailing list in any case.

 


<?GIS NEWSLETTER radio=ZAHL?>
 


Another way to establish newsletter subscription apart from checkboxes is presenting choices as radio buttons. However, this variation allows the choice of only ONE mailing list. This is useful for the choice between HTML and text newsletters.

 


<?GIS PASSWORD?>
 


This tag is replaced with a password input field with characteristics defined in the corresponding data field via the database designer. Using this tag twice in your subscription template adds a password confirmation input field. The password entered has to comply with the password requirements.

 


<?GIS PASSWORD params="size=20"?>
 


This tag is handled like the one above, but its characteristics are further specified via “params”.

 


<?GIS FELDNAME?>
 


This is a user defined field, specified by FIELDNAME. Its characteristics are as defined in the database designer (type of field as well as parameters).

 


<?GIS FELDNAME params="size=20"?>
 


This is another field added using the database designer with characteristics specified via “params”.

Messages:

 


<!--FILTER-COMMENTS-->

this message removes all comments/control statements.


<!--ENTRY--><!--/ENTRY-->
 


This surrounds the introductory sentences that appear only once when the page is loaded for the first time. They will not be displayed again with later status messages.

 


<!--CHANGE-PROFILE--><!--/CHANGE-PROFILE-->
 


All input fields (<?GIS FIELDNAME?>) necessary for purposes of changing a profile have to be located within these tags. Everything in between these tags is removed after successfully subscribing. No <SUCCESS> or <ERROR> messages should be inserted in between these tags, since they would be removed as well.

 


<!--SUCCESS--><!--/SUCCESS-->
 


This tag defines general success messages displayed after successfully changing a profile. It can occur as often and wherever you want.


 

<!--SUCCESS:NEW-NEWSLETTER-ID--><!--/SUCCESS:NEW-NEWSLETTER-ID-->
 


This tag defines a success message indicating a successful subscription to the newsletter specified by id.


 

<!--SUCCESS:REMOVED-NEWSLETTER-ID--><!--/SUCCESS:REMOVED-NEWSLETTER-ID-->
 


This tag defines a success message indicating the subscriber successfully unsubscribed from the newsletter specified by id.

 


<!--SUCCESS:NEW-PASSWORD--><!--/SUCCESS:NEW-PASSWORD-->

 


This tag defines a success message indicating the subscriber successfully entered a password.

 


<!--SUCCESS:NEW-EMAIL--><!--/SUCCESS:NEW-EMAIL-->

 


This tag defines a success message indicating the subscriber successfully entered a new email address.

 


<!--SUCCESS:NEW-FELDNAME--><!--/SUCCESS:NEW-FELDNAME-->
 


This tag defines a success message indicating the subscriber successfully entered a new value into the database field FIELDNAME. He might have changed existing data.


 

<!--SUCCESS:DELETED --><!--/SUCCESS:DELETED -->
 


This tag defines a success message indicating the subscriber successfully deleted his profile. No more subscriptions will be present in BACKCLICKs database.


 

<!--ERROR:ALREADY-ON-1--><!--/ERROR:ALREADY-ON-1-->
 


This tag defines an error message indicating the subscriber is already part of the mailing list chosen.

 


<!--ERROR:ROBINSON--><!--/ERROR:ROBINSON-->

 


This tag defines an error message indicating the subscriber is part of the internal Robinsonlist. It might occur while changing an email address.

 


<!--ERROR:SUBSCRIBER-ALREADY-EXISTS--><!--/ERROR:SUBSCRIBER-ALREADY-EXISTS-->

 


This tag defines an error message indicating the subscriber tried to change his email address to an email address already present in the system.

 


<!--ERROR:NO-EMAIL--><!--/ERROR:NO-EMAIL-->
 


This tag defines an error message indicating the subscriber did not provide an email address.


 

<!--ERROR:EMAIL--><!--/ERROR:EMAIL-->
 


This tag defines an error message indicating the subscriber provided a syntactically wrong email address or no subscriber with this email address is present.


 

<!--ERROR:NEW-EMAIL--><!--/ERROR:NEW-EMAIL-->
 


This tag defines an error message indicating the subscriber provided a syntactically wrong email address while trying to change an email address.

 


<!--ERROR:NO-NEWSLETTER--><!--/ERROR:NO-NEWSLETTER-->

 


This tag defines an error message indicating the subscriber did not choose a newsletter.

 


<!--ERROR:INCORRECT-PASSWORD--><!--/ERROR:INCORRECT-PASSWORD-->

 


This tag defines an error message indicating the subscriber entered a wrong password. It occurs when the password entered is too short (see “System – Administration ->  Databasedesigner”).

 


<!--ERROR:WRONG-PASSWORD--><!--/ERROR:WRONG-PASSWORD-->
 


This tag defines an error message indicating a wrong password was entered. It usually occurs during login.


 

<!--ERROR:PASSWORD--><!--/ERROR:PASSWORD-->
 


This tag defines an error message indicating a syntactically wrong password was entered.


 

<!--ERROR:NO-PASSWORD--><!--/ERROR:NO-PASSWORD-->
 


This tag defines an error message indicating no password was provided, although it is a mandatory field.

 


<!--ERROR:PASSWORD-REPEAT--><!--/ERROR:PASSWORD-REPEAT-->

 


This tag defines an error message indicating the password was not confirmed correctly.

 


<!--ERROR:CONFIGURATION--><!--/ERROR:CONFIGURATION-->

 


This tag defines an error message indicating the attempt to subscribe to a newsletter that doesn’t exist in BACKCLICK.

 


<!--ERROR:FELDNAME--><!--/ERROR:FELDNAME-->
 


This tag defines an error message relating to the user defined fields specified by FIELDNAME.


 

<!--NO-CHANGES--><!--/NO-CHANGES-->
 


This tag defines a message indicating no changes were made.

Forgot your Password?

Input fields


 

<?GIS EMAIL?>
 


This tag is replaced with a text input field in the template. Its characteristics are as defined in the database designer.

 


<?GIS EMAIL params="size=20"?>

 


This tag is replaced with a text input field as well, but its characteristics are further specified via “params” (HTML).

Messages

 


<!--ENTRY--><!--/ENTRY-->

 


This tag defines introductory sentences appearing only once when the page is loaded for the first time. They will not be displayed again with later status messages.

 


<!--NEW-USER--><!--/NEW-USER-->
 


All input fields have to be located within these tags. Everything in between these tags is removed after a successful delivery. No <SUCCESS> or <ERROR> messages should be inserted in between these tags, since they would be removed as well.


 

<!--SUCCESS--><!--/SUCCESS-->
 


This tag defines the confirmation that an Email with the password was sent to the Email address specified.


 

<!--ERROR:SUBSCRIBER--><!--/ERROR:SUBSCRIBER-->
 


This tag defines an error message indicating the Email address specified is not present in the system.

 


<!--ERROR:EMAIL--><!--/ERROR:EMAIL-->

 


This tag defines an error message indicating no Email address was specified.

 


<!--ERROR:ROBINSON--><!--/ERROR:ROBINSON-->

 


This tag defines an error message indicating the Email address specified is present in BACKCLICKs Robinson database.

 


<!--ERROR:NOPASSWORD--><!--/ERROR:NOPASSWORD-->
 


This tag defines an error message indicating the subscriber did not assign a password. This results in the password being empty.

Email definitions


 

<!--FORGOT-PW-EMAIL--><!--/FORGOT-PW-EMAIL-->
 


The entire email sent to the subscriber is defined within these tags. This Email contains his new password.


 

<!--SENDER-NAME--><!--/SENDER-NAME-->
 


This tag defines the senders name as cleartext.

 


<!--PRIORITY--><!--/PRIORITY-->

 


This tag defines the importance displayed in mail clients.

 


<!--TO--><!--/TO-->

 


This tag defines the recipient shown in the email client. Use this to personalize it.

 


<!--SUBJECT--><!--/SUBJECT-->
 


This tag defines the subject of the email. Use this to personalize it.


 

<!--BODY--><!--/BODY-->
 


This defines the emails body. The field “$$PASSWORD$$” should be present.

Recommendation (send2friend)

The template is divided into two STEPs. STEP1 tags are listed here. STEP2 tags are 100% identical to the tags defined in “Subscription (confirmed-opt-in and double-opt-in)”.

Input fields


 

<!--NEW-USER--><!--/NEW-USER-->
 


All input fields have to be located within these tags. Everything in between these tags is removed after successful delivery. No <SUCCESS> or <ERROR> messages should be inserted in between these tags, since they would be removed as well.

 


<?GIS S2F_RECOMMENDEMAIL_1?> / <?GIS S2F_RECOMMENDEMAIL_2?> / <?GIS S2F_RECOMMENDEMAIL_n?>

 


This tag represents the input fields for future subscribers. The canvasser can enter one or more Email addresses.

 


<?GIS S2F_BONUSID 1?> / <?GIS S2F_BONUSID 2?> / <?GIS S2F_BONUSID n?>

 


This tag is used to display a “radiobutton” form field allowing the canvasser to choose a recommendation bonus. The numbers in this tag correspond with the attachment IDs. Use the administrator interfaces “Attachements & Images”  to look up the attachment IDs.

 


<?GIS EMAIL?>
 


This tag is replaced with a text input field in the template. The canvasser can enter his/her own Email address here. Its characteristics are as defined in the database designer.


 

<?GIS EMAIL params="size=20"?>
 


This tag is replaced with a text input field as well, but its characteristics are further specified via “params” (HTML).

Messages


 

<!--ERROR:INCORRECT-RECOMMENDEMAIL_n--><!--/ERROR:INCORRECT-RECOMMENDEMAIL_n-->
 


This error message is activated, if the canvasser provided a syntactically wrong S2F_RECOMMENDEMAIL address according to RFC.

 


<!--ERROR:ROBINSON-RECOMMENDEMAIL_n--><!--/ERROR:ROBINSON-RECOMMENDEMAIL_n-->

 


This error message is activated, if the canvasser provided an S2F_RECOMMENDEMAIL address that is present on BACKCLICKs Robinson list.

 


<!--ERROR:INCORRECT-EMAIL--><!--/ERROR:INCORRECT-EMAIL-->

 


This error message is activated, if the canvasser provided a syntactically wrong Email address according to RFC.

 


<!--ERROR:NO-EMAIL--><!--/ERROR:NO-EMAIL-->
 


This error message is activated, if the canvasser did not provide an Email address.


 

<!--SUCCESS--><!--/SUCCESS-->
 


All Email addresses were entered correctly. An Email was sent to the potential subscribers.

Email definitions

These Email definitions are added at the end of STEP2!


 

<!--SEND2FRIEND-EMAIL--><!--/SEND2FRIEND-EMAIL-->
 


This tag defines the Email sent to the potential subscribers. Every single attribute of this Email is defined within this tag.

 


<!--SENDER-NAME--><!--/SENDER-NAME-->

 


This tag defines the senders name as cleartext.

 


<!--PRIORITY--><!--/PRIORITY-->

 


This tag defines the importance displayed in mail clients.

 


<!--TO--><!--/TO-->
 


This tag defines the recipient shown in the email client. Use this to personalize it.


 

<!--SUBJECT--><!--/SUBJECT-->
 


This tag defines the subject of the email. Use this to personalize it.


 

<!--BODY--><!--/BODY-->
 


This defines the emails body. The field “$$SEND2FRIEND-LINK$$” should be present. This field is replaced with an encoded link, redirecting the potential subscriber to the subscription page. This action is recorded statically.

 


<!--BONUS-EMAIL--><!--/BONUS-EMAIL-->

 


This Email is sent to the canvasser and the recommendation bonus is attached.

 


<!--SENDER-NAME--><!--/SENDER-NAME-->

 


This tag defines the senders name as cleartext.

 


<!--PRIORITY--><!--/PRIORITY-->
 


This tag defines the importance displayed in mail clients.


 

<!--TO--><!--/TO-->
 


This tag defines the recipient shown in the email client. Use this to personalize it.


 

<!--SUBJECT--><!--/SUBJECT-->
 


This tag defines the subject of the email. Use this to personalize it.

 


<!--BODY--><!--/BODY-->

 


This defines the emails body 



 

<!--DOI-EMAIL--><!--/DOI-EMAIL--> und <!--CONFIRM-EMAIL--><!--/CONFIRM-EMAIL-->
 


Please refer to the subscription (double-opt-in) overview for these Email definitions.