ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: chris6 on September 12, 2005, 02:12:48 pm
-
Hi Dean
All my emails to you bounce back
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) in /usr/local/etc/httpd/htdocs/planetearthradiocom/mail/admin.php on line 2708
Could not connect to MySQL. Please check your MySQL database, username, password, and permissions and set up ListMail's config.php
MySQL Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
why do I continually get the above message?
earlier message I need a reply to
Hi Dean
if i want to send an email to everyone who has been removed from a list. can I do that? I have kept them in the database and can see them all if I find all the subscribers who have been removed. but if I push send email will it send an email to everyone on list 1 or can i pick everyone on list 1 who is removed?
thanks
Gail
http://www.CardellMedia.co.uk
-
Gail,
All my emails to you bounce back
I've been having some email server problems over the last couple days. You mentioned this before, though... Are you sending from AOL? Can you email me a copy of the bounce message when you try to send me mail, perhaps using another account or the contact form at http://contact.listmailpro.com?
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) in /usr/local/etc/httpd/htdocs/planetearthradiocom/mail/admin.php on line 2708
It seems that the MySQL process on the server has crashed or otherwise become unavailable. You will need to ask your host to restart the MySQL service.
if i want to send an email to everyone who has been removed from a list. can I do that? I have kept them in the database and can see them all if I find all the subscribers who have been removed. but if I push send email will it send an email to everyone on list 1 or can i pick everyone on list 1 who is removed?
You can do this with the new (v1.8+) "User Selection" feature. Simply set up a rule to select removed users on a list. The query ("Show query" button) should look something like this:
select * from lm_users where list = '1' and cnf = '2';
Regards