" . "\r\n"; $to = "user@example.com"; $subject = "Automatic email"; $body = "CS 75: Building Dynamic Websites!"; mail($to, $subject, $body, $headers); echo "Email sent!"; ?>