Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · ASP.NET Newsletter Application · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : ASP : ASP 3.0 : admin problem Signup · Login
Author Thread
admin problem
Posted in tutorial: Create your own Newsletter in ASP 3.0
·  eniojur
User
Joined: 2 Dec 2002
Total Posts: 4

admin problem

Posted: 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
AdminAdminAdminAdmin
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


Faisal Khan.
Stardeveloper.com
Read Blog | Follow on Facebook, Twitter
·  eniojur
User
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
User
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
User
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
User
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
User
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
User
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
Want to leave a comment? Login or Register for free!

Users Who Have Visited This Thread In Last 24 Hours
3 Visitors

Login to post a comment or start a new thread
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2010 Stardeveloper.com, All Rights Reserved.