HTML mail with dyanmic values Here is what I need to do. I need to be able to dynamically generate custom emails. I have been using PHP's mail() function, but I have been encouraged to try phpmailer or Zendmail. But it doesn't seem to be able to handle custom emails. What I need to do is be able to grab values from the form and insert them into the body of the message. I've been doing: $message = '<html><body><p>First name: ' $first .