Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending SMTP Mail in .Net 2.0
Message
De
20/08/2005 09:30:45
 
 
À
20/08/2005 07:14:46
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01042429
Message ID:
01042478
Vues:
21
WOW! Thanks, Cetin...

That application is very similar to my project. I may be able to use lots of it.

>
>I haven't done myself and 2.0 is installed on home computer. However I came across this at:
>http://msdn.microsoft.com/coding4fun/coolapplications/sysmonitor/default.aspx
>
>Excerpt from page as is:
>"
>Improved SMTP support
>Simple SMTP support in previous versions of the .NET Framework was dismal. IIS was required, as was its SMTP component, which was no picnic to correctly configure. I stumbled upon the new SMTP support recently and it was a wonderful surprise. The snippet below just works. No configuration necessary!
>
>
>
> SmtpClient mailClient = new SmtpClient();
>
> mailClient.Host = _host;
>
>mailClient.Send(_to, _from, title, message);
>
>"
>Cetin
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform