"; //this is the content of the email to the person who receives the form results $mailbody="Name:$n\n\n"; $mailbody.="Department:$dept\n\n"; $mailbody.="Email:$email\n\n"; $mailbody.="Phone Extension:$ph\n\n"; $mailbody.="Approved:$app\n\n"; $mailbody.="Title:$t\n\n"; $mailbody.="Job Description:$enews\n\n"; //sends the email to the person receiving the form results mail("$youremail", "$emailsubject", "$mailbody", "From: $from_who"); // Send the email. //content of the confirmation email $userresponse = "Thank you for your employment submission to the Campus News. If your position is approved by Human Resources by 4:00 PM on Wednesday, it will appear in Friday’s edition of the Campus News. If you have any questions regarding your submission, please contact Anne Bullard, Assistant Director, Human Resources, at X1354. This email is an automated response. Please do not respond."; //sends the confirmation email to user mail("$email", "$emailsubject", "$userresponse", "From: $from_who"); // Send the email to user. // HTML page. ?> La Salle University :: mylasalle

 

 

Thank you for your submission for the Faculty Expert Guide.

Please do not forget to email your CV to hierholz@lasalle.edu.




\n\n Copyright ©"; echo (date("Y")); echo " Thank you for your interest!\n"; } else { print "
Thank you for your interest!\n"; } ?>