What settings should I make in SMTPDefault Virtual Server in order to just test a ASP.NETweb page capable tosend an email from my computer toany email address in the internet ?
The default settings should work. What problems are you having?
Jeff
Hi Jeff
I solved the problem of sending emails.
However I do not know if this resulted from
a) changing the setting ofDefault SMTP Virtual Server Properties -> Authentication, from "Integrated Windows Authentication" to "Anonymous access";
or
b) answeringYES to myfirewall message asking forpermission to allow my program contact an email address in the internet.
What do you think ?
Possibly both. If your code wasn't authenticating, you would need to do the first (or better, write your code to authenticate). The latter would be required no matter what.
Jeff
0 comments:
Post a Comment