|
-
Apr 27th, 2006, 07:05 AM
#1
Thread Starter
Fanatic Member
ASP.NET 2.0 - email
I am developing an application on my local machine in the office in asp.net 2.0 to send emails.
The application is now able to send emails to external and NOT to internal email addresses.
Do you know what is wrong please?
Thanks
-
Apr 27th, 2006, 09:48 AM
#2
Re: ASP.NET 2.0 - email
Is this post not the same as the last post in this unresolved thread that you made earlier today? and pretty similar to this thread also started today?
I'm sorry I don't know the answer but people who do might may be put of by the number of posts with the same question.
-
Apr 27th, 2006, 09:51 AM
#3
Thread Starter
Fanatic Member
Re: ASP.NET 2.0 - email
Hi,
The other post was for the password recovery control. this one is for just sending a straight email from the site.
Thanks
-
Apr 28th, 2006, 03:50 AM
#4
Re: ASP.NET 2.0 - email
 Originally Posted by fmardani
I am developing an application on my local machine in the office in asp.net 2.0 to send emails.
The application is now able to send emails to external and NOT to internal email addresses.
Do you know what is wrong please?
Thanks
Let's start with some code. And any error messages. What do the internal email addresses look like. What mail server are you using?
-
Apr 28th, 2006, 05:26 AM
#5
Thread Starter
Fanatic Member
Re: ASP.NET 2.0 - email
Hi,
The code is fine because I can send emails to external addresses.
Even the emails to the internal addresses get sent but they do not get delivered.
There is no error.
Thanks
-
May 3rd, 2006, 02:21 PM
#6
Registered User
Re: ASP.NET 2.0 - email
The internal mail server may have use a feature called reverse DNS lookup.
Whereby the server looks up the ip addresses of the e-mail sender to see if it matches the IP address of the machine sending the e-mail. If they don't match it does not deliver it.
It is a common way to prevent spam, and can also be done by a smart network device.
In short, I doubt it is anything in your code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|