This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / Send email though ASP. NET?
-ttaaoo(tao);
2008-6-4
{1265}
(#4484442@0)
-
If u r using IIS, then use its default SMTP Vitual Server? You put "localhost" as your network host in your smtp setting in web.config. Your smtpclient gets the settings automatically. You need to configure the smtp serivice and set up the smart host.
-bieke(别克);
2008-6-4
(#4484481@0)
-
Please show your code. It might help people to find the problem.
-deep_blue(BLUE);
2008-6-5
(#4485286@0)
-
there is few possibility.1,The way SMTP authorized sender,
2,SMTP could use other port other then 25,
3.your web server didn't register in DNS and exchange server check dns record for validting sender.
-dpmm(扑向火焰的飞蛾);
2008-6-5
{179}
(#4485314@0)
-
on your local machine, if you can send mail through company mail server to internal email address, but not external email address, that's a relay issue.
-holdon(again);
2008-6-5
{1100}
(#4485884@0)
-
Sending internal email is working on web server now.Sending internal email is working on web server now. Our system admin fixed the problem on web server right after I told him how I fixed the problem (port 25 was blocked by virus scan software) with my local machine. The problem right now is that sending external email failed with error message "Policy reject to target address..."
-ttaaoo(tao);
2008-6-5
{334}
(#4486838@0)