|
 |
asp_web_howto thread: mail whitin asp
Message #1 by "PassY" <pteunissen@c...> on Mon, 29 Jan 2001 09:27:22 -0000
|
|
i'm trying to send a mail from my asp page. but i get an error. permission
denied, what is wrong
dim objmail
set objmail = server.CreateObject("CDONTS.newmail")
objmail.Send mail_from, mail_to, mail_topic, mail_body
Message #2 by Imar Spaanjaars <Imar@S...> on Mon, 29 Jan 2001 10:42:23 +0100
|
|
Did you configure your SMTP server correctly?? Usually you need to set the
"Smart host" to the SMTP server of your provider, for example.
You could have checked out the following article
http://www.asptoday.com/content/articles/20000306.asp at Asptoday.com but
they have sadly enough changed the site to a paid subscription site, so you
need to be willing to pay 30 or 50 dollar for access to this site now (for
a year)
Imar
At 09:27 AM 1/29/2001 +0000, you wrote:
>i'm trying to send a mail from my asp page. but i get an error. permission
>denied, what is wrong
>
>
>dim objmail
>set objmail = server.CreateObject("CDONTS.newmail")
>objmail.Send mail_from, mail_to, mail_topic, mail_body
Message #3 by Mona Elias <MonaE@i...> on Mon, 29 Jan 2001 11:22:46 +0200
|
|
you can make it just on NT , it will not work on regular windows .
-----Original Message-----
From: PassY [mailto:pteunissen@c...]
Sent: Monday, January 29, 2001 11:27 AM
To: ASP Web HowTo
Subject: [asp_web_howto] mail whitin asp
i'm trying to send a mail from my asp page. but i get an error. permission
denied, what is wrong
dim objmail
set objmail = server.CreateObject("CDONTS.newmail")
objmail.Send mail_from, mail_to, mail_topic, mail_body
Message #4 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Mon, 29 Jan 2001 09:50:43 -0000
|
|
Are you logged into a mailbox? If so make sure anonymous authentication is
off, and either basic or challenge/response authentication is being used.
-----Original Message-----
From: PassY [mailto:pteunissen@c...]
Sent: Monday, January 29, 2001 9:27 AM
To: ASP Web HowTo
Subject: [asp_web_howto] mail whitin asp
i'm trying to send a mail from my asp page. but i get an error. permission
denied, what is wrong
dim objmail
set objmail = server.CreateObject("CDONTS.newmail")
objmail.Send mail_from, mail_to, mail_topic, mail_body
-
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Message #5 by "Pappas Nikos" <pappas@c...> on Mon, 29 Jan 2001 14:50:06 -0800
|
|
Check this site for info about CDONTS email
http://www.4guysfromrolla.com
-----Original Message-----
From: PassY [mailto:pteunissen@c...]
Sent: Monday, January 29, 2001 1:27 AM
To: ASP Web HowTo
Subject: [asp_web_howto] mail whitin asp
i'm trying to send a mail from my asp page. but i get an error. permission
denied, what is wrong
dim objmail
set objmail = server.CreateObject("CDONTS.newmail")
objmail.Send mail_from, mail_to, mail_topic, mail_body
|
|
 |