Guest_imported
New member
- Jan 1, 1970
- 0
hi, do you all know what does myMail.Body = Request.ServerVariables("LOGON_USER"
&"You have loaned an item. On " & Date() & " at "& Time & " . means?
<%
If request.form("EmailAddress"
<> ""
then
Dim DataConn, myMail
Dim ConnString
Set myMail = CreateObject("CDONTS.NewMail"
myMail.From = "lao@abm.com"
myMail.To = Request.Form ("text1"
myMail.Subject = "Hello"
myMail.Body = Request.ServerVariables("LOGON_USER"
&"You have loaned an item. On " & Date() & " at "& Time & " . Please note your ticket identifier would be your username, date and time loaned."
myMail.Send
Set myMail = Nothing
end if%>

<%
If request.form("EmailAddress"


Dim DataConn, myMail
Dim ConnString
Set myMail = CreateObject("CDONTS.NewMail"

myMail.From = "lao@abm.com"
myMail.To = Request.Form ("text1"

myMail.Subject = "Hello"
myMail.Body = Request.ServerVariables("LOGON_USER"

myMail.Send
Set myMail = Nothing
end if%>