I am trying to use the mail function to send email. My ISP requires
authentication. What do I need to add to the mail function to make it work?
mail($to, $subject, $msg, $mailheaders);
Thank you...
Bruce A. Julseth
authentication. What do I need to add to the mail function to make it work?
mail($to, $subject, $msg, $mailheaders);
Thank you...
Bruce A. Julseth
Comment