.NET Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgramming.NET Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old February 22nd, 2002, 03:00 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 23
SMTP server doens't send mail

<i><b>Originally posted by : Dochera (rustin2@home.com)</b></i><br />Hi I am running iis5 and smtp server supplied with w2k. I'm new to this so bear with me [] I am running an asp discussion board that has the option to send email to user when someone replies to their message<br />I think I have the script done correctly because upon testing I don't get any error messages and when I check my " inetpub/mailroot/pickup" folder a copy of the messages are in there which shows thsat the emsils sre being produced properly<br />The problem is I never get them, I have set my email address (provided by my ISP) as the recipient but I never get anything! I checked all other mail folders, (badmail, queue, route,etc...) but no messages are in those folders, that makes me think the messages are attempting to go out,<br />Maybe I have some settings wrong, I have the host set-up as my network computer name. Anyone have any useful info on proper configuration?!<br /><br />I'm not sure if this could be caused by the smtp server but recently, since I've been testing the server in the last day, My inetinfo.exe file began using 99& of my cpu ALL THE TIME I have searched around for a solution to fixing the problem but haven't found one! The ONLY way I have found to kill the process is <br />to actually un-install WWWserver from the windows setup, I then tried to reinstall the service and the file jumped right back to 100% usage of CPU, Could this have anything at all to do with the smtp server and a mailing error ? Anyone know a solution, I'm about to attempt to reinstall the O.S. and see if that fixes it<br />But any advice would be greatly appreciated<br />

Reply With Quote
  #2  
Old February 26th, 2002, 10:52 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 23
<i><b>Originally posted by : Andres Melguizo Velez (lucan@bigfoot.com)</b></i><br />Hi, just a comment:<br /><br />Please check this setting. I'm just put a correct data on it and I get SMTP working allright!<br /><br />Start / Programs / Administrative Tools / Computer Management / Services and Applications / Internet Information Services / Default SMTP Virtual Server / (Right mouse click and) Properties / Delivery / Advanced / Fully-qualified domain name: <br /><br />Enter a good value for this item and you are done!<br /><br />It could be: mail.microsoft.com (for instance), or smtp.microsoft.com.<br /><br />You need a real server that do the work but it doesn't have to be yours.<br /><br />I hope this could be useful.<br /><br />Bye.<br /><br />------------<br />Dochera at 2/22/2002 12:00:40 AM<br /><br />Hi I am running iis5 and smtp server supplied with w2k. I'm new to this so bear with me [] I am running an asp discussion board that has the option to send email to user when someone replies to their message<br />I think I have the script done correctly because upon testing I don't get any error messages and when I check my " inetpub/mailroot/pickup" folder a copy of the messages are in there which shows thsat the emsils sre being produced properly<br />The problem is I never get them, I have set my email address (provided by my ISP) as the recipient but I never get anything! I checked all other mail folders, (badmail, queue, route,etc...) but no messages are in those folders, that makes me think the messages are attempting to go out,<br />Maybe I have some settings wrong, I have the host set-up as my network computer name. Anyone have any useful info on proper configuration?!<br /><br />I'm not sure if this could be caused by the smtp server but recently, since I've been testing the server in the last day, My inetinfo.exe file began using 99& of my cpu ALL THE TIME I have searched around for a solution to fixing the problem but haven't found one! The ONLY way I have found to kill the process is <br />to actually un-install WWWserver from the windows setup, I then tried to reinstall the service and the file jumped right back to 100% usage of CPU, Could this have anything at all to do with the smtp server and a mailing error ? Anyone know a solution, I'm about to attempt to reinstall the O.S. and see if that fixes it<br />But any advice would be greatly appreciated<br />

Reply With Quote
  #3  
Old March 1st, 2002, 01:29 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 23
<i><b>Originally posted by : </b></i><br /><br /><br /><br />------------<br />Andres Melguizo Velez at 2/26/2002 7:52:39 PM<br /><br />Hi, just a comment:<br /><br />Please check this setting. I'm just put a correct data on it and I get SMTP working allright!<br /><br />Start / Programs / Administrative Tools / Computer Management / Services and Applications / Internet Information Services / Default SMTP Virtual Server / (Right mouse click and) Properties / Delivery / Advanced / Fully-qualified domain name: <br /><br />Enter a good value for this item and you are done!<br /><br />It could be: mail.microsoft.com (for instance), or smtp.microsoft.com.<br /><br />You need a real server that do the work but it doesn't have to be yours.<br /><br />I hope this could be useful.<br /><br />Bye.<br /><br />------------<br />Dochera at 2/22/2002 12:00:40 AM<br /><br />Hi I am running iis5 and smtp server supplied with w2k. I'm new to this so bear with me [] I am running an asp discussion board that has the option to send email to user when someone replies to their message<br />I think I have the script done correctly because upon testing I don't get any error messages and when I check my " inetpub/mailroot/pickup" folder a copy of the messages are in there which shows thsat the emsils sre being produced properly<br />The problem is I never get them, I have set my email address (provided by my ISP) as the recipient but I never get anything! I checked all other mail folders, (badmail, queue, route,etc...) but no messages are in those folders, that makes me think the messages are attempting to go out,<br />Maybe I have some settings wrong, I have the host set-up as my network computer name. Anyone have any useful info on proper configuration?!<br /><br />I'm not sure if this could be caused by the smtp server but recently, since I've been testing the server in the last day, My inetinfo.exe file began using 99& of my cpu ALL THE TIME I have searched around for a solution to fixing the problem but haven't found one! The ONLY way I have found to kill the process is <br />to actually un-install WWWserver from the windows setup, I then tried to reinstall the service and the file jumped right back to 100% usage of CPU, Could this have anything at all to do with the smtp server and a mailing error ? Anyone know a solution, I'm about to attempt to reinstall the O.S. and see if that fixes it<br />But any advice would be greatly appreciated<br />

Reply With Quote
Reply

Viewing: ASP Free ForumsProgramming.NET Development > SMTP server doens't send mail


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT