<?php
//Last change in version: 2.1 Alpha 5
/* Language file for the confirmation e-mail
******************************************************************************
ADbNewsSender 2
Copyright (C) 2010 Florian Grannemann (hide@address.com)
Website: http://adbnewssender.sf.net
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
******************************************************************************
*/
//You can adapt the texts to your needs.
// But NEVER CHANGE variable-names, like <-Variable-> or $variable.
// If you do that, it may interfear with the Script's functionality!
// If you want to set "-Characters please use \" (\"text\" instead of "text").
$dateformat="d.m.Y";
$timeformat="H:i:s";
$charset="iso-8859-1";
$subject="Bitte bestätigen Sie Ihr Abonnement des Newsletters <-nl_name-> !";
$mailtext="Guten Tag,
Bitte bestätigen Sie, dass Sie ihre E-mail Adresse <-email_address-> in den Verteiler unseres Newsletters <-nl_name-> eintragen möchten!
Bestätigungslink:
<-ConfirmationURL->?NewsletterID=<-ID->&email=<-email_address->&random=<-random_code->
(Der Bestätigungslink ist bis zum <-date_expires->, <-time_expires-> Uhr (<-timezone->) gültig! )
Bitte beachten Sie: Ihr Abonnement läuft nach <-time_on_ML-> Monaten ab!
Sie können Ihr Abonnement beginnend ab einem Monat vor dem Ablauf erneuern.
Diese E-mail wurde am <-date->, um <-time-> Uhr (<-timezone->) unter der IP Adresse <-IP-> von <-ordered_from-> aus angefordert.
Sollten Sie diese Bestätigungs-E-mail nicht angefordert haben, entschuldigen Sie sie bitte.
Wenn sie das Abonnement nicht bestätigen wollen, ignorieren Sie diese E-mail bitte!
Mit freundlichen Grüßen,
<-nl_name->
<-nl_email->
<-WebsiteURL->
";
?>