473,659 Members | 3,475 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problems Emailing

I'm having weird problems emailing on the Win2003 Staging
environment - -
the same script runs on multiple other computers, but on this
one, the smtp service is running, but when the send is done (same exact
script as on other working computers), it looks like it posts back, but
nothing is sent - nothing is in any of the MailRoot folders.

This particular script has an attachment, but, just to make
sure, I commented that line out and it still does not send.

I've seen several people who were directed to a System.Web.Mail
FAQ - however I saw nothing that addressed this particular situation - -
there are no error messages (it's even using a Try/Catch block) at all..

any ideas?


Nov 19 '05 #1
5 1252
What is the exception message?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
I'd rather be a hammer than a nail.

"Elmo Watson" <sp**********@N o.Spam.Yahho.co m> wrote in message
news:uY******** ******@TK2MSFTN GP14.phx.gbl...
I'm having weird problems emailing on the Win2003 Staging
environment - -
the same script runs on multiple other computers, but on this
one, the smtp service is running, but when the send is done (same exact
script as on other working computers), it looks like it posts back, but
nothing is sent - nothing is in any of the MailRoot folders.

This particular script has an attachment, but, just to make
sure, I commented that line out and it still does not send.

I've seen several people who were directed to a System.Web.Mail
FAQ - however I saw nothing that addressed this particular situation - -
there are no error messages (it's even using a Try/Catch block) at all..

any ideas?


Nov 19 '05 #2
that's the bad part - - no error - no exception thrown
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:%2******** **********@TK2M SFTNGP12.phx.gb l...
What is the exception message?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
I'd rather be a hammer than a nail.

"Elmo Watson" <sp**********@N o.Spam.Yahho.co m> wrote in message
news:uY******** ******@TK2MSFTN GP14.phx.gbl...
I'm having weird problems emailing on the Win2003 Staging
environment - -
the same script runs on multiple other computers, but on this
one, the smtp service is running, but when the send is done (same exact
script as on other working computers), it looks like it posts back, but
nothing is sent - nothing is in any of the MailRoot folders.

This particular script has an attachment, but, just to make
sure, I commented that line out and it still does not send.

I've seen several people who were directed to a
System.Web.Mail FAQ - however I saw nothing that addressed this
particular situation - - there are no error messages (it's even using a
Try/Catch block) at all..

any ideas?



Nov 19 '05 #3
If you're using a Try/Catch block, that could be suppressing the exception.
How are you handling any exceptions thrown?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
I'd rather be a hammer than a nail.

"Elmo Watson" <sp**********@N o.Spam.Yahho.co m> wrote in message
news:e%******** *******@TK2MSFT NGP14.phx.gbl.. .
that's the bad part - - no error - no exception thrown
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:%2******** **********@TK2M SFTNGP12.phx.gb l...
What is the exception message?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
I'd rather be a hammer than a nail.

"Elmo Watson" <sp**********@N o.Spam.Yahho.co m> wrote in message
news:uY******** ******@TK2MSFTN GP14.phx.gbl...
I'm having weird problems emailing on the Win2003 Staging
environment - -
the same script runs on multiple other computers, but on this
one, the smtp service is running, but when the send is done (same exact
script as on other working computers), it looks like it posts back, but
nothing is sent - nothing is in any of the MailRoot folders.

This particular script has an attachment, but, just to make
sure, I commented that line out and it still does not send.

I've seen several people who were directed to a
System.Web.Mail FAQ - however I saw nothing that addressed this
particular situation - - there are no error messages (it's even using a
Try/Catch block) at all..

any ideas?




Nov 19 '05 #4
lblError.text ="An error has occured - " & ex.Message

"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:Oz******** ******@TK2MSFTN GP14.phx.gbl...
If you're using a Try/Catch block, that could be suppressing the
exception. How are you handling any exceptions thrown?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
I'd rather be a hammer than a nail.

"Elmo Watson" <sp**********@N o.Spam.Yahho.co m> wrote in message
news:e%******** *******@TK2MSFT NGP14.phx.gbl.. .
that's the bad part - - no error - no exception thrown
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:%2******** **********@TK2M SFTNGP12.phx.gb l...
What is the exception message?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
I'd rather be a hammer than a nail.

"Elmo Watson" <sp**********@N o.Spam.Yahho.co m> wrote in message
news:uY******** ******@TK2MSFTN GP14.phx.gbl...
I'm having weird problems emailing on the Win2003 Staging
environment - -
the same script runs on multiple other computers, but on
this one, the smtp service is running, but when the send is done (same
exact script as on other working computers), it looks like it posts
back, but nothing is sent - nothing is in any of the MailRoot folders.

This particular script has an attachment, but, just to make
sure, I commented that line out and it still does not send.

I've seen several people who were directed to a
System.Web.Mail FAQ - however I saw nothing that addressed this
particular situation - - there are no error messages (it's even using a
Try/Catch block) at all..

any ideas?




Nov 19 '05 #5
I removed my Try/Catch block and got this error:
The server rejected one or more recipient addresses. The server response
was: 550 5.7.1 Unable to relay for my****@myCompan y.COM

one of my coworkers said he had problems with his local computer in this
regard, due to the default setup of Mcafee on our networks's computers...
so - I'm going down that road at this time, but if you have any other ideas,
feel free to offer them...
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:Oz******** ******@TK2MSFTN GP14.phx.gbl...
If you're using a Try/Catch block, that could be suppressing the
exception. How are you handling any exceptions thrown?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
I'd rather be a hammer than a nail.

"Elmo Watson" <sp**********@N o.Spam.Yahho.co m> wrote in message
news:e%******** *******@TK2MSFT NGP14.phx.gbl.. .
that's the bad part - - no error - no exception thrown
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:%2******** **********@TK2M SFTNGP12.phx.gb l...
What is the exception message?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
I'd rather be a hammer than a nail.

"Elmo Watson" <sp**********@N o.Spam.Yahho.co m> wrote in message
news:uY******** ******@TK2MSFTN GP14.phx.gbl...
I'm having weird problems emailing on the Win2003 Staging
environment - -
the same script runs on multiple other computers, but on
this one, the smtp service is running, but when the send is done (same
exact script as on other working computers), it looks like it posts
back, but nothing is sent - nothing is in any of the MailRoot folders.

This particular script has an attachment, but, just to make
sure, I commented that line out and it still does not send.

I've seen several people who were directed to a
System.Web.Mail FAQ - however I saw nothing that addressed this
particular situation - - there are no error messages (it's even using a
Try/Catch block) at all..

any ideas?




Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
8173
by: Fawke101 | last post by:
Hi there, I have a date field in SQL server - that holds dates as DD/MM/YYYY format (GB). Now, i have an ASP application that Adds/Edits records in this table; and i am having real problems with the date field in the ADD and EDIT (update) part for this app. Basically, i receive and Error as below:
1
1788
by: Stanley Cheung | last post by:
Hi all, I am developing the application for send emailing list, actually, i can perform to send a email 1 by 1 and do it on aspx page. I have a enquiry that how can the application change to background task instead of user need to wait and wait until all email sent. Also, when user waiting to complete the emailing list, the page is blank and nothing, can we put a layout when user waiting a request.
3
1530
by: John | last post by:
Hi All, I have a database with a button that when it is click it sends an email to the client. This email button works without any problems in other computers. On Thursday we bought a new computer, and this particular button does not function on the new computer. I installed several version of Outlook from 2000 to 2003 and still doesn't work, windows has the latest patches, I installed the jet engine, I
19
2970
by: Dales | last post by:
I have a custom control that builds what we refer to as "Formlets" around some content in a page. These are basically content "wrapper" sections that are tables that have a colored header and provide an open TD with a DIV in it for the content of this formlet. (The DIV is for DHTML to hide and show the content) I've created a web page showing step by step the two problems I'm encountering. This problem is much easier to see than it...
3
3031
by: tafs7 | last post by:
My code below is supposed to email me when an error occurs on the application, but it's not emailing anything. Am I missing something? I know the smtp servers I've tried work. I even added a App_Start handler to see if I could get emailed at all even from the first request of the app, but to no avail. Could someone please help me out? Thanks a lot! --Thiago Web developer AgniTEK
4
1650
by: Mike Moore | last post by:
What is the best way to launch outlook from an asp.net web page? Can you do this using MAPI or is there a control that you can purchase? We are unable to use SMTP. We use MS Exhange and MAPI currently for our client/server apps.
0
1927
by: Alan | last post by:
Hello World: I'm trying to build an application (using Access 2003) that will allow users who have to perform tasks in a particular order, to notify the next person in line when their task is complete. I'm trying to have the application send an email to the next person upon task completion. I looked over the info concerning emailing and Access at Tony Toews' site (thanks for that, Tony). I finally came up with some Visual Basic code...
2
2234
by: Tim Hunter | last post by:
I have two questions regarding emailing from Access. My first question relates to how many email addresses is too much. I have a client who wants to email 1500 people at once. Is this possible or smart? what would be a reasonable number? My second question is related to emailing customers who have an anniversary or a Birthday. Is it possible to personalize each email with a name? TIA Tim
20
1913
by: paul814 | last post by:
I've been working on this for some time now and have gotten nowhere...hoping someone here can help. I want to take and email all records in a database for the current date when this php page is run. Now I have a number of tables in this database...looking like this: editorial editorialdate, editorialname, editorialcomments press
0
8428
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8337
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8531
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8628
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7359
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6181
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4335
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2754
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1739
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.