FromName = $_POST['name']; $mail->From = $_POST['email']; $mail->AddAddress("lhl@usc.edu", "Leonard Lin"); $mail->Subject = "[random(\$foo)]: ${_POST['subject']}"; $mail->Body = stripslashes($_POST['body']); if($_POST['url']) $mail->Body .= "\n\nURL: ${_POST['url']}"; if(!$mail->Send()) { echo "There was an error sending the message"; exit; } else { echo '
Message sent successfully. Thanks.
If you can't reach me w/ this form then try: or via aim at randomfoo. i'm on icq as well, but i don't accept messages from people not on my contact list anymore. too much spam.