Hi,
In using the mail() function, the only emails that ever get sent are only to accounts on the server. If I try to use it to send to other accounts, such as my dial-up account, the mail never arrives (I've tried this with several different accounts). Note: the mail function returns fine (I've surrounded it with an if(!mail()) type of condition, but it returns true. Is this a sendmail configuration issue?