<?php
//Copyright (c) Florian Grannemann
//Last change in version: 2.1 Beta 2
/*******************************************************************************
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="Y-m-d";
$timeformat="H:i:s";
$charset="iso-8859-1";
$subject="Please confirm that you want to receive the newsletter <-nl_name->!";
$mailtext="Good day,
You have subscribed your email address <-email_address-> to one of our newsletters!
Since we have changed the newsletter sending software, we ask you to subscribe again.
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 the expiration.
Please ignore this e-mail if you don't want to receive our newsletter in future.
sincerly,
<-nl_name->
<-nl_email->
<-WebsiteURL->
";
?>