%
if request.form("Submit") = "Submit" then
email = request.form("txtemail")
fname = request.form("firstname")
Set JMail = Server.CreateObject("JMail.SMTPMail")
JMail.ServerAddress = "mail.keennestproductions.com"
JMail.ContentType = "text/HTML"
JMail.Priority = "1"
JMail.Sender = email
JMail.AddRecipient "vee@sportcompact.ca"
JMail.AddRecipient "newsletter@montrealnewyearseveticket.com"
'JMail.AddRecipient "info@keennestproductions.com"
JMail.Subject = "Newsletter"
JMail.Body = "Email Address is :
" & email
JMail.appendtext = "Name is :
" & fname
JMail.Execute
Set JMail = Nothing
response.redirect "index2.asp"
end if
%>
![]() |
|
|||||
![]() |
||||||
| KEENNEST
PRODUCTIONS INC.2002-2005© ALL RIGHTS RESERVED New Years Eve 2005 with The Jet Set In Montreal |
||||||