I am trying to pass a variable from a function as the message part within the mail(). I loop through my variables from the submitted form, storing them all into one variable and then store that to send as the email message...but whenever I try to send that variable it tells me about a server error, but I can send it with anything else in there? Any ideas on how to fix that or should I just try to access each individual form variable and send them one by one????