Hello Chris
Thankx for the response, it's a very simple mail sending script from the browser, say like
mail($mem_email[0], $subject, $message, $headers);
I don't think anything wrong with the scripts I have done, there should be something changed in the php.ini file in the
[mail function]
; For Win32 only.
SMTP = ;
; For Win32 only.
sendmail_from = yourname@yourcompany.com;
whenever I try to send the mail or execute that particular script it says SERVER ERROR or FAILED TO CONNECT.
Guess this is understandable.
Thankx