<?
// Database settings
$dbhost = "localhost"; // change this to reflect your db host name
$dbusername = "******"; // change this to reflect your db username
$dbpassword = "******"; // change this to reflect your db password
$dbport = "3306"; // default is 3306; change this if different
$dbname = "*******"; // name of the database
// ***** Email Settings *****
// Value for the FROM field of the message to member
$SenderFrom
= "TEST MAIL" ;
// email address that will show from the email you sent. every email sent to the list would also be sent here
$EmailFrom
= "mio_indirizzo@dominio.it" ;(E' corretto inserire il mio indirizzo in questa variabile anche se l'SMTP è impostato su localhost?)
// email address where list member replies will be sent
$EmailReplyTo
= "mio_indirizzo@dominio.it" ;
(
// URL of listunsubscribe.php - Change this to reflect your settings
$UnsubscribeURL = "http://www.domain.net/vListLite/listunsubscribe.php";
// unsubscribe text version - you may opt to change this
$TXTfooter = "\n\n---------------------------------------------\nTo unsubscribe from this mailing list, please click on the URL below OR if this is not possible, copy and paste the URL into your web browser and then enter your email address in the field provided. The URL is: " . $UnsubscribeURL;
// unsubscribe html version - you may opt to change this
$HTMLfooter = "
---------------------------------------------
<font face=\"Verdana\" size=\"1\">To unsubscribe from this mailing list, please click on the URL below OR if this is not possible, copy and paste the URL into your web browser and then enter your email address in the field provided. The URL is: " . $UnsubscribeURL;
?>