| Author |
Thread |
| admin problem |
|
Posted in tutorial: Create your own Newsletter in ASP 3.0 |
· eniojur
Joined: 2 Dec 2002 Total Posts: 4 |
admin problemPosted: 2 Dec 2002
answering the mailist people don`t receive the messagens.
Nobody receive the message.
in this stream have I to configure some?
Set mail = Server.CreateObject("CDONTS.NewMail")
|
· Faisal Khan
Joined: 24 Sep 2002 Total Posts: 595 |
Re: admin problem Posted: 4 Dec 2002
Can you post the complete error message that you receive because without it one cannot understand what may have gone wrong. Besides if you don't get any error message and everything seems to run fine except that the users are not receiving emails then it can be due to the fact that your local SMTP service is not running. To start your SMTP service run this command at the command-prompt: net start smtpsvc
|
· eniojur
Joined: 2 Dec 2002 Total Posts: 4 |
It`s working a great! Posted: 14 Dec 2002
in fact, my local SMTP service was not running.
Nobody receive the message.
in this stream have I to configure some?
Set mail = Server.CreateObject("CDONTS.NewMail")
|
· troy
Joined: 2 May 2004 Total Posts: 2 |
admin tool Posted: 2 May 2004
can you help me with is; it comes up when I send mail. Thank you and great site, my first time here.
Error Type: Server object, ASP 0177 (0x800401F3) Invalid class string /testsite/admin_ac.asp, line 25
|
· troy
Joined: 2 May 2004 Total Posts: 2 |
admin tool Posted: 2 May 2004
can you help me with is; it comes up when I send mail. Thank you and great site, my first time here.
Error Type: Server object, ASP 0177 (0x800401F3) Invalid class string /testsite/admin_ac.asp, line 25
|
· ChaS3
Joined: 25 Mar 2005 Total Posts: 1 |
Hmmmmmmmmmmmmmmmmmmm Posted: 25 Mar 2005
Open up your admin_ac.asp page to view the source code.
Point the cursor to line 25 and highlight that line of code.
Repost your question once with the code that is line 25.
That will give helpers more information to help you.
Cheers!
|
· Janelle
Joined: 3 Aug 2005 Total Posts: 2 |
Admin tool error Posted: 3 Aug 2005
I had this problem occur and it was because i didnt have cdonts.dll in my system32 folder, D/L this file and save it in your system32 folder and install it should work. To install run command prompt and type: CD \windows\system32 and press enter, then type: RegSvr32 cdonts.dll and press enter it should work....you may need to giver the iusr full permissions for this file if it still doesnt work
XXOO
|
· Janelle
Joined: 3 Aug 2005 Total Posts: 2 |
Help Posted: 3 Aug 2005
It seems to send the emails and states that x no. of users have been sent emails, my smtp is already running?? does anyone have any suggestions? you help would be greatly appreciated. thankyou in advance.
XXOO
|