Victoria,
It is difficult (and unorthodox) for me to help you with this sensitive information through the forum. Typically, installation assistance is ordered from
http://listmailpro.com/support. Nevertheless, I would like to congratulate you on your efforts so far. I will do what I can here...
1) In order to access ListMail at
http://example.com/mail the ListMail files must be uploaded to your "public_html" (or equivalent) folder in the sub-folder "mail". Have you done this? If you have, and browsing still says "Page not found" your host may not support PHP script by default. You may have success browsing to
http://example.com/mail/index.php2) Your MySQL hostname needs to be entered on the "$sqlhost" line in config.php. Change $sqlhost = 'localhost'; to $sqlhost = '
mysql-db.example.com'; replacing "mysql-db.example.com" with your hostname.
3) This line:
/ Enter your MySQL Information!
Should be:
// Enter your MySQL Information!
...to conform with proper PHP syntax for comments.
I have edited your previous post to remove sensitive information.
Regards!