G
Guest
I'm trying to usethe C# SmtpClient class to send emails but WITHOUT going
through an SMTP client out on some server. I want to do it directly from my
own machine. I specify localhost and port 80 for the SmtpClient class and it
seems to accept that, in that when I call the Send method it it doesn't
immediately come back with an error or exception, but it ends up throwing a
timeout exception.
I THINK I have the SMTP Virtual Server running on my machine OK, but it's
hard to tell. I came across documentation on installing it (and followed all
the directions) but it also includes notes on running inetmgr, which is on my
machine and registered, to set up certain settings, but I can't get it to
run.
Any suggestions would be welcome.
- Roger Garrett
through an SMTP client out on some server. I want to do it directly from my
own machine. I specify localhost and port 80 for the SmtpClient class and it
seems to accept that, in that when I call the Send method it it doesn't
immediately come back with an error or exception, but it ends up throwing a
timeout exception.
I THINK I have the SMTP Virtual Server running on my machine OK, but it's
hard to tell. I came across documentation on installing it (and followed all
the directions) but it also includes notes on running inetmgr, which is on my
machine and registered, to set up certain settings, but I can't get it to
run.
Any suggestions would be welcome.
- Roger Garrett