mySQL data not populating MLM

SnowHunter

New Member
I've installed MLM using the automatic method, and created a mySQL database, which looks to have worked fine.

I can create a list using the MLM admin panel, which I can access in MBM as a Remote list.

When I submit a sign up test from my web site the data populates the mySQL database, but it doesn't get added to the MLM list (which I'm assuming is what is supposed to happen) and no signup confirmation is sent to the test sign up email address.

My host company blocks port 21, so I've changed the smtp server access settings in MBM to port 587 - do I need to change these somewhere else as well?

I think all the host server php settings are ok, but I've attached a a file showing them.

Appreciate any help provided.

Regards

Mark
 

stanbusk

Administrator
Staff member
MLM uses the PHP sendmail command. That command uses the mail server assigned to your web server. Using port 25 is not a problem here since you do not go thru your internet provider, it is a direct connection. Try to activate the authentication from the lm_prefs.php file.
 
Top