Contact Us

"sabowitz@smith.edu", "Margaret" => "mperry@smith.edu", "Lilith" => "ldykegragg@smith.edu", "Becky" => "bbraverman@smith.edu", "Jennifer" => "sdemers@smith.edu", "Conbust" => "conbust@gmail.com", "Council" => "smithsffs@gmail.com"); if (isset($_POST['submit'])){ //mail(to, subject, message, From) //to:user@example.com, anotheruser@example.com $people = $_POST['person']; $name = $_POST['name']; $email = $_POST['email']; $subject = $_POST['subject']; $message = $_POST['message']; $copy = $_POST['copy']; if ($email == "") { $email = "ssffs@email.smith.edu"; } $message = "$message \n\nFrom $name through the SSFFS Contact Form on " . date("M d, Y", mktime()); $from = "From: ".$email; foreach ($people as $person){ $to = $emails[$person]; mail($to, $subject, $message, $from); } if ($copy) { //send back to own email $subject = "Copy of ".$subject; mail($email, $subject, $message, $from); } } ?>

Have a comment, question, concern, epic story? If you'd like to email something to SSFFS, you can do so here. You can use this form to send anonymous comments by leaving the name & email blank. Pick who you want to email, type up your email, and hit submit.
This form is current for the Spring 2019 semester.


Mail to:

Name (optional):
Email (optional):
Subject:
Message: