G
Guest
I am a hotmail user.
1) How do I send e-mail from my .NET 2.0 app via hotmail?
How should the following lines look like?
Assume my hotmail username is HMUN, my hotmail password is HMPW.
Dim client As New SmtpClient (...) '???
client.Credentials = ... '???
2) Of course this should also work behind a firewall.
http port 80 works, rest unknown.
thanks! herbert
1) How do I send e-mail from my .NET 2.0 app via hotmail?
How should the following lines look like?
Assume my hotmail username is HMUN, my hotmail password is HMPW.
Dim client As New SmtpClient (...) '???
client.Credentials = ... '???
2) Of course this should also work behind a firewall.
http port 80 works, rest unknown.
thanks! herbert