hello
i have always used the mail function to send mail without the need to specify the SMTP server address such as ASP. Seems like my isp wants me to set this, is there a way to specify it with the php mail function or do i add something with my hdr.
such as:
$hdr .= "SMTP-Hott: someSMTPserver\r\n";
any help would be appreciated.