Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending email in ASP.NET 1.0

Status
Not open for further replies.

nnmmss72

Programmer
May 14, 2006
110
IR
i am using ASP.NET 1.0 . and i want to send email by asp.net. so i get this error
The server response was: 550 not local host hotmail.com, not a gateway

as i searched it is for relay problem of SMTP server. so i have to pass the server the username and password . but i couldn't find any solution for ASP.NET 1.0.
for ASP.NET 2.0 there is a Fields.Add property which cause i can pass the username and password, but any idea for ASP.NET 1.0???
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top