Ok den kommer her : -------------------------------------------------------------------------------------
<% body = body & request("navn") & vbCrlf body = body & request("mail") & vbCrlf & vbCrlf & vbCrlf body = body & request("overskrift") & vbCrlf & vbCrlf & vbCrlf body = body & request("kommentar") & vbCrlf & vbCrlf & vbCrlf & vbCrlf body = body & "Din IP - Adresse.:" &" "& Request.ServerVariables("REMOTE_ADDR")
'dennne bruger jeg
Set JMail = Server.CreateObject("JMail.SMTPMail") JMail.ServerAddress = "smtp.cliche.dk" JMail.Priority = 0 JMail.Sender = Request("mail") JMail.AddRecipient "mail@ditdomain.dk" JMail.AddRecipient Request("mail") JMail.Subject = "mail fra dit domain" JMail.Body = body JMail.Priority = 3 JMail.Execute Set JMail = Nothing
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.