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???
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???