---
title: "CDonts"
type: "forum-thread"
url: "https://www.webforum.nu/amne/asp/12611-cdonts"
topic: "ASP"
topic_url: "https://www.webforum.nu/amne/asp"
author: "aleborg"
published: "2001-11-13T13:11:00.000Z"
updated: "2001-11-13T13:11:00.000Z"
replies: 0
views: 176
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/asp/12611-cdonts"
---

# CDonts

## #1 — aleborg, 2001-11-13T13:11Z

Får fel på den här koden, men hittar inget fel :(

```
set objMail = CreateObject("CDONTS.Newmail")
objMail.From = prop("Email")
objMail.To = prop("Email")
objMail.Subject = "Someone has signed your guestbook"
objMail.Body = "Hi!"& vbcrlf & vbcrlf &"Someone has signed your guestbook."& vbcrlf &"The message in the guestbook's from "& Replace(Request.Form("Name"), "'", "''")
objMail.Send
set objMail = Nothing
```

Permission denied 

/guestbook/guestbook.asp, line 98 
line 98: objMail.Send

Vad beror det på???

Permalänk: https://www.webforum.nu/p/12611

---

Tråden på webben: https://www.webforum.nu/amne/asp/12611-cdonts
