%@ Language=VBScript %> <%Response.Expires = 0 Response.Buffer = True If Request.Form("feedback") = "Submit" then CustName = Request.Form("Fname") & " " & Request.Form("Lname") Set Mailer = Server.CreateObject("SMTPsvg.Mailer") Mailer.FromName = CustName If Request.Form("email") = "" then Mailer.FromAddress = "info@magnificatpress.com" Else Mailer.FromAddress = Request.Form("email") End If Mailer.RemoteHost = "mail.magnificatpress.com" Mailer.AddRecipient "Paul O'Connell", "info@magnificatpress.com" Mailer.Subject = "Magnificat Press Feedback Form" Mailer.BodyText = Request.Form("comments") Mailer.RemoteHost = "mail.magnificatpress.com" if Mailer.SendMail then ' Message sent sucessfully Call PopBox () else ' Message send failure response.write ("Your message was not sent. ") response.write ("There was an error sending your message: " & Mailer.Response) end if Else Call Feedback () End If %> <%Sub Feedback ()%>
| Telephone | 832-368-6464 | |
| FAX | 214-366-7999 | |
| Postal Address | P.O. Box 60591, Houston, Texas 77205 | |
| info@magnificatpress.com | ||
| Web Form: | ||
All images and text © 2001, 2002,
2003, 2004 Magnificat Institute Press. All Rights Reserved.
General questions about us? info@magnificatpress.com
| Telephone | 832-368-6464 | |
| FAX | 281-257-0432 | |
| Postal Address | P.O. Box 60591, Houston, Texas 77205 | |
| mipress@sbcglobal.net | ||
| Web Form: | ||
All images and text © 2001, 2002,
2003, 2004, 2005, 2006 Magnificat Institute Press. All Rights Reserved.
General questions about us? info@magnificatpress.com