phplist

How to Integrate PHPList with the Existing Site

The existing site has it own "users" table in a database. I'm wondering how to integrate PHPList with the existing site so that a user can check the newsletter during registration. I installed phplist thru cpanel. Any help is greatly appreciated. ...

ASP.NET Version of PHPList

Is there an ASP.NET version of phplist??? For those that do not know what phplist is; it's a list management app with a lot of really helpful features. (phplist.com) I want to use something like phplist in a hosted Windows website without having to pay for another account that's just Linux to run phplist and a web service for me to ac...

Port checking from php

I'm trying to connect to gmail pop server from a phplist installation and it fails, but i'm not sure whether my webhost opened port 995 or not. They say they have opened it, but i'm in doubt. Is there a way i can check it from a php script? They are running php 5.2.0 on a windows server, though i'm not sure what OS is that. phpinfo() sa...

PHPLIST - Mail sending failed After installation

I am using phplist-2.10.10 , Installation and everyting is ok. I tested both in test mode and test=0 mode. Always i get - "Mail sending failed",Even i added four lists more than 10 members,two templates. I think the problem is with "SMTP authentication" What should i edit in "SMTP host and user,password" - in conifg. My server i...

How do I setup auto-responders in PHPList

After a customer signs up I would like to send them a series of emails to give them tips on how to use our online store builder solution. iContact.com offers a hosted version that allows you to set the order of emails and after how many days the next email should be sent. Is there anything I can do with PHP list to set a system like ...

phplist: install great all things work EXCEPT send message

Installed latest 2.10 version, get a 500 server error only when I click the 'send message' link, of which I can see the href is lists/admin/?page=send. I did set it up on a subdomain of my sites (ie sub.mysite.com), but I have the folders in correct directory and everything else works, all db checks are good, configure options are fine...

how best to use phplist to avoid getting emails marked spam

I am thinking of using phplist to manage newsletter and other types of subscriptions. but i guess there is a limit applied by ISP on how much email i can send.. Any tips and tricks around how to use phplist and have a professional mass mailing software running ...

PHPlist - when sending to a list, placeholder is ignored.

Hello. I have a problem: I have modified sendemaillib.php code in order to check for a custom placeholder in the message. The code checks for [AVAILABLESPACE] like this if (eregi("\[AVAILABLESPACE\]",$htmlmessage)) { and if found it queries one table to get the current number of available space so that I can write in my emails "Regis...