Jmail og html - hosted hos teaminternet
Hvor bliver følgende jmailkode ikke til html....Set JMail = Server.CreateObject("JMail.SMTPMail")
JMail.ContentType = "text/html"
JMail.ServerAddress = "post.tele.dk"
JMail.Sender = "martin.lenschau@hansen.tdcadsl.dk"
jmail.AddRecipient "fbi@fbi-bold.dk"
JMail.Priority = 3
JMail.AddHeader "Originating-IP", Request.ServerVariables("REMOTE_ADDR")
JMail.AddRecipientBCC ""&(alle.Fields.Item("email").Value)&""
JMail.Subject = "Sidste nyt fra FBI"
JMail.body = Request.form("tekst")
JMail.Execute
end if%>