<% SenderEmail = Request("email") & "" BodyText = "" BodyText = BodyText & " APPLICATION FOR KLIMS 2000 CONFERENCE " & vbCrLf BodyText = BodyText & "--------------------------------------------------------" & vbCrLf & vbCrLf BodyText = BodyText & "Name : " & Request("name") & vbCrLf BodyText = BodyText & "Designation : " & Request("designation") & vbCrLf BodyText = BodyText & "Company : " & Request("company") & vbCrLf BodyText = BodyText & "Address : " & Request("address") & vbCrLf BodyText = BodyText & "City : " & Request("City") & vbCrLf BodyText = BodyText & "PostCode : " & Request("postcode") & vbCrLf BodyText = BodyText & "State : " & Request("state") & vbCrLf BodyText = BodyText & "Country : " & Request("country") & vbCrLf BodyText = BodyText & "Phone : " & Request("telephone") & vbCrLf BodyText = BodyText & "Fax : " & Request("fax") & vbCrLf BodyText = BodyText & "Email : " & Request("email") & vbCrLf BodyText = BodyText & "Website : " & Request("website") & vbCrLf BodyText = BodyText & vbCrLf 'Mailer.Subject = "Conference Application by " & request("name") 'Mailer.BodyText = BodyText BodyText = BodyText & "Application for: " & vbCrLf If Request("session") ="session1" Then BodyText = BodyText & "Attending the one-day KLIMS 2000 conference on 25 November 2000" & vbCrLf ElseIf varSession ="session2" Then BodyText = BodyText & "Attending the half day session. My choice is the morning/afternoon session " & vbCrLf Else BodyText = BodyText & "Unfortunately I cannot attend the conference, but please keep me in your database for future conferences like these." & vbCrLf End If 'Send to dealer & CC to sender If not SendMailWithReplyToEx("Applicant",Request("email"), Request("email"), "", "macy@jirehconsult.com", "Application for KLIMS 2000 Conference" , BodyText, "klims@autoworld.com.my") then sError = sError & "Mail to dealer not delivered
" Else %> KL International Motorshow 2000 Conference

Thanks for visiting us!


Congratulations! and Thank You for the excellent decision to register for the KLIMS 2000 conference. If you do not hear from us within 24 hours, please do call us at:
Tel: +603-653 2268


Back to conference page
 

<% End If%>