I am trying to make it so that my PHP script generates it's own Message-ID's when sending mail through Sendmail. For some reason it is not working as I hoped. I have tried the mail() command by using:
mail("[EMAIL PROTECTED]","Subject","message","Message-ID: <[EMAIL PROTECTED]>"); That doesn't seem to work when I look at my e-mail client it seems to have it's own message-id for the e-mail i sent, can anyone help me on this? I am actually using the Mail Pear Class but unable to get that to work either. Devin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php