{*************************************************************************** * You can find the license in the docs directory * * Unicode Reminder メモ ***************************************************************************} {* OCSTYLE - minimale Änderungen *} {capture name="userlink"} {$username|escape} {/capture} {if $success==true}
{t 1=$smarty.capture.userlink}E-Mail to %1 was sent{/t}
{t}Subject:{/t} {$subject|escape}
 
{t}Content:{/t}
{$text|escape|nl2br}
{else}
{t 1=$smarty.capture.userlink}Send E-Mail to %1{/t}
{if $errorSubjectEmpty==true} {/if} {if $errorBodyEmpty==true} {/if} {if $errorUnkown==true} {/if}
{t}Subject:{/t}
{t}You have to enter a subject!{/t}
{t}Content:{/t}
{t}You have to enter a content!{/t}
{t}This enables the receiver to answer your E-Mail directly with his E-Mail agent.{/t}

{t}To protect you and us from abuse:{/t}
  • {t}Only E-Mail that regards Geocaching are allowed. Spaming is not allowed!{/t}
  • {t}All relevant informations will be logged (date/time, sender/receiver and IP address){/t}
  • {t}All informations will be handled confidential and not published to third parties!{/t}
  • {t}An unkown error occured and the E-Mail was not sent.{/t}
      
    {/if}