Hello,
I am trying to get a mailist list working through a script that i got called EasyLetter (heh). I have some programming experience but not alot with PHP so im a bit bamboozled. I've read other threads to try and solve my problem but still cant get it to work. I've tried putting
ini_set ("SMTP","mail.host.com");
ini_set ("sendmail_from","mail@host.com");
in my code to get it to send after receiving a sendmail_from error previously. Now my attempt to join the mailing list is timing out after 30seconds.
If its any help, the source is at
My server has regsiter_globals OFF but i have turned them on with a php.ini file - is this the right thing to do?
any help would be great..
cheers
I am trying to get a mailist list working through a script that i got called EasyLetter (heh). I have some programming experience but not alot with PHP so im a bit bamboozled. I've read other threads to try and solve my problem but still cant get it to work. I've tried putting
ini_set ("SMTP","mail.host.com");
ini_set ("sendmail_from","mail@host.com");
in my code to get it to send after receiving a sendmail_from error previously. Now my attempt to join the mailing list is timing out after 30seconds.
If its any help, the source is at
My server has regsiter_globals OFF but i have turned them on with a php.ini file - is this the right thing to do?
any help would be great..
cheers