Hey,
I have an application that will be deployed to customers.
I want to be able to allow them to send me an e-mail from within the application via a submit form.
The requirement would obviously be that they are connected to the web.
How would I go about that?
I know I can use the web.mail classes to do that but that requires me to specify a SMTP server. Is there another way?
Also, the typical user will not have IIS installed etc... so their connection is all I would have to work with.
They might be able to provide me with the POP and SMTP servers as well.
Thanks,
