I have been on the phone with my Host company iPower and they gave me the info I needed to put in my config file.
I checked the remote file and it is titled config.php
according to support at iPower these settings are correct...
/ Enter your MySQL Information!
// Connect To Database
$sqlhost = 'edit';
$sqluser = 'edit';
$sqlpass = 'edit';
$sqldb = 'edit';
I originally had localhost in the sqlhost = field.
This is the message I am getting so far....
Could not connect to MySQL. Please check your MySQL database, username, password, and permissions and set up ListMail's config.php
MySQL Error: Access denied for user 'apache'@'localhost' (using password: NO)
attach permissions are set to 777
Thanks ahead of time for any help
Russ