473,394 Members | 1,739 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

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 1242
What is the exception message?

--
HTH,

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

"Elmo Watson" <sp**********@No.Spam.Yahho.com> wrote in message
news:uY**************@TK2MSFTNGP14.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***@DIESPAMMERSDIEtakempis.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
What is the exception message?

--
HTH,

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

"Elmo Watson" <sp**********@No.Spam.Yahho.com> wrote in message
news:uY**************@TK2MSFTNGP14.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**********@No.Spam.Yahho.com> wrote in message
news:e%***************@TK2MSFTNGP14.phx.gbl...
that's the bad part - - no error - no exception thrown
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
What is the exception message?

--
HTH,

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

"Elmo Watson" <sp**********@No.Spam.Yahho.com> wrote in message
news:uY**************@TK2MSFTNGP14.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***@DIESPAMMERSDIEtakempis.com> wrote in message
news:Oz**************@TK2MSFTNGP14.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**********@No.Spam.Yahho.com> wrote in message
news:e%***************@TK2MSFTNGP14.phx.gbl...
that's the bad part - - no error - no exception thrown
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
What is the exception message?

--
HTH,

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

"Elmo Watson" <sp**********@No.Spam.Yahho.com> wrote in message
news:uY**************@TK2MSFTNGP14.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****@myCompany.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***@DIESPAMMERSDIEtakempis.com> wrote in message
news:Oz**************@TK2MSFTNGP14.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**********@No.Spam.Yahho.com> wrote in message
news:e%***************@TK2MSFTNGP14.phx.gbl...
that's the bad part - - no error - no exception thrown
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
What is the exception message?

--
HTH,

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

"Elmo Watson" <sp**********@No.Spam.Yahho.com> wrote in message
news:uY**************@TK2MSFTNGP14.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
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...
1
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...
3
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...
19
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...
3
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...
4
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...
0
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...
2
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...
20
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...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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...

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.