سلام بچه ها
من خودم از اين استفاده كردم خيلي راحت و كار آمد
ميذارم اينجا شايد به درد كسي خورد
<%@ Language=VBScript %>
<%
Option Explicit
%>
<%
dim strName, strEmail, strMessage, strAge, optGender
' -- email variables --
objMail.To = "
[email protected]"
objMail.From = Trim(strEmail)
objMail.Subject = "Feedback"
objMail.BodyFormat = "0" ' HTML format
objMail.Body = "Name: " & Trim(strName) & vbCrLf _
& "Website: " & optGender & vbCrLf _
& "Phone: " & Trim(strAge) & vbCrLf _
& "E-Mail Address: " & Trim(strEmail) & vbCrLf _
& "Message: " & Trim(strMessage)
' -- send the email --
objMail.Send
' -- clean up object
Set objMail = Nothing
' -- execute confirmation page
Response.Redirect "thanks.html"
%>
ميشه يكي بگه من چطوري ميتونم انگليسي تايپ كنم؟