<?php
//Last change in version: 2.1 Beta 2
/* Language file for the confirmation e-mail
******************************************************************************
ADbNewsSender 2
Copyright (C) 2009 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="Y-m-d";
$timeformat="H:i:s";
$charset="iso-8859-1";
$subject="Please confirm your subscription of <-nl_name->!";
$mailtext="Good Day,
Please confirm that you want to subscribe your email address <-email_address-> to our newsletter <-nl_name->!
Confirmation-Link:
<-ConfirmationURL->?NewsletterID=<-ID->&email=<-email_address->&random=<-random_code->
(This link expires at <-date_expires->, <-time_expires-> o' clock (<-timezone->)! )
Please note: The subscription expires after <-time_on_ML-> months!
You can renew your subscription starting at one month before it expires.
This e-mail has been ordered at <-date->, <-time-> o'clock (<-timezone->) under IP address <-IP-> from <-ordered_from-> .
If you have not ordered this e-mail, please excuse it.
Please ignore this e-mail if you do not want to subscribe your e-mail address.
sincerly,
<-nl_name->
<-nl_email->
<-WebsiteURL->
";
?>