Thanks
-pa
<snip>
$header = "From: $fullNameField <admin@" . trim(`/bin/hostname --fqdn`) . ">";
$registrationAddress = "myname@xxxxxxxxxxxx";
$subject = "Registration ($productName)";
$message = "
Full name: $fullNameField
Title: $titleField
Company: $companyField
";
// send email
imap_mail($registrationAddress, $subject, $message, $header);
<snip>
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php