Hey,
I'm new to listmailPro and am hoping to use it to manage several mailing lists on a series of sites that I run.
I've set up the SMTP and everything and I recieved the test email so everything is working there.
The problem is the confirmation and welcome emails (ie. the ones that use the mail(); function) do not send.
Now my host is a bit funny with the mail() function, it requires a declaration like this :
ini_set("sendmail_from", " email@ngomedia.org.uk");
To be put before the execution of any mail function as to avoid people using fake addresses I guess.
So I guess that's where the problem is.
Does anybody have any suggestions that could help. I have a fairly basic knowledge of php so if I need to add this line in, where would I do it?
Thanks in advance.