שאלה - אימייל וטפסים

הנה הקוד:

<% dim strRecepient select case Request.Form("mail") case "web" strRecepient = "[email protected]" case "admin" strRecepient = "[email protected]" Set JMail = Server.CreateObject("JMail.SMTPMail") ´ This is my local SMTP server JMail.ServerAddress = "nt2.intervision.co.il" ´ This is me.... JMail.Sender = "[email protected]" JMail.Subject = "hello" ´ Get the recipients mailbox from a JMail.AddRecipient strRecepient JMail.Body = "Salom" ´ Send it... JMail.Execute End Select %>​
 

rmarko

New member
תעשה שם גם איזה

"Response.Write "blah - כדי שתראה אם בכלל הסקריפט הזה מתבצע. אם אתה רואה שבאמת כתוב לך blah אז אין לי מושג מה הבעיה עם זה.
 
למעלה