briandunning wrote:I see what you mean. Basically it's got to be separate sets of tables if it needs to run on two different domains.
Yes, because otherwise, apart from being downright confusing running two lists for two sites, on the same installation of phplist, you're going to have to rewrite the from email, the domain, the sender, the headers etc each time to send an email from the other site....
I have two installations of phpList running on my webspace. One for my Gardeners' site and this uses my gardeners MySQL database, and the other for a Musical Festival website which uses the festivals' MySQL database.
I did start off by having a lists MySQL database as well (think I get 20 with my webspace package) and simply used different database prefixes for the two phplist installations.
After a while, I decided to move the data into the actual databases and also the installations to within the revelant folders and subfolders, but that's another story!