|
Subject:
|
Problem in sending an e-mail via ASP.NET
|
|
Posted By:
|
Rashmi_Dubey
|
Post Date:
|
1/24/2006 6:26:05 AM
|
Hi,
I am developing an application in ASP.NET which needs to send an e-mail.I configured IIS via the Relay button on the Access tab in the SMTP server's properties and I added the local machine's IP address (127.0.0.1) to the list of users allowed to relay through the server.But, whenever I am sending a mail it is going to the Inetpub\mailroot\queue folder and is never sent to the recipient.
If anyone could help me solve this problem.
Thanks in advance, Rashmi
|
|
Reply By:
|
joaan
|
Reply Date:
|
1/24/2006 6:34:06 AM
|
Is the recipient a local account in you own pop3 server? Otherwhise the most probable cause is that you ISP has blocked port 25 for outgoing e-mail, sent by other machines than the ISP SMTP server.
/J Andersson
|
|
Reply By:
|
Rashmi_Dubey
|
Reply Date:
|
1/28/2006 2:36:37 AM
|
The problem is the same.Port 25 is blocked for outgoing e-mails.
Thanks a lot joaan...
Regards, Rashmi
|