IsSMTP(); $mail->Host = "mail.eileencolton.com"; $mail->SMTPAuth = true; $mail->Username = "web@eileencolton.com"; $mail->Password = "bruce"; $mail->From = stripslashes($_POST["email"]); $mail->FromName = stripslashes($_POST["email"]); //$mail->AddAddress("tcolton@nycfuture.org" ); //$mail->AddAddress("eipics@aol.com" ); $mail->AddAddress("patrick@mutualaid.org" ); $mail->IsHTML(true); $mail->Subject = $subject; $mail->Body = $msg_body; if(!$mail->Send()) { echo "Message could not be sent.

"; echo "Mailer Error: " . $mail->ErrorInfo; exit; } //echo "Message has been sent"; } ?> Thanks for your comments! If you expressed interest in ordering prints, we'll be in touch soon! [ edit this section ]

'; } ?>