I'm trying to send an email to a small number of people using the mail() function. These people predominantly have either hotmail accounts, or use their school e-mail. I'm having a problem with sending these emails out because the two ISP's parse headers differently. I can get it to work with hotmail by adding a /r/n at the end of a header, and I can get the school e-mails to display correctly by using /n, but i haven't found a way to satisfy both! please help...if worst comes to worst I'll just put an if statement in the mail script that checks what mail provider the user has and send the corresponding e-mail.