E
Ed
I need to send e-mail from and ASP.NET 2.0 application. I have been reading
the docs on how to do this. It seems that it is a requirment to have an
username and password for the SMTP server. Here are some questions:
1. What account do the mean? a domain account? an account on that local
machine?
2. Is this not a security issue to pass this credentials over the wire
without SSL?
3. I saw in some postings that some beleived this credential was not needed
in ver 1.0, 1.1 of .NET is this true? Does this mean someone could create a
project in version 1.0, 1.1, and then reference it in ver 2.0 and not need
the credentials?
4. I may not be able to get a username, password to use. Is there any
other way of sending e-mail that does not need a credential. Either using
the existing software or 3rd party (and which 3rd party software.
5. Is it possible to call up an installed Outlook client on the web
(intranet) server from ASP.NET 2.0, and what would be the issues of doing
that.
Thanks in advance...Ed B
the docs on how to do this. It seems that it is a requirment to have an
username and password for the SMTP server. Here are some questions:
1. What account do the mean? a domain account? an account on that local
machine?
2. Is this not a security issue to pass this credentials over the wire
without SSL?
3. I saw in some postings that some beleived this credential was not needed
in ver 1.0, 1.1 of .NET is this true? Does this mean someone could create a
project in version 1.0, 1.1, and then reference it in ver 2.0 and not need
the credentials?
4. I may not be able to get a username, password to use. Is there any
other way of sending e-mail that does not need a credential. Either using
the existing software or 3rd party (and which 3rd party software.
5. Is it possible to call up an installed Outlook client on the web
(intranet) server from ASP.NET 2.0, and what would be the issues of doing
that.
Thanks in advance...Ed B