Witaj na Zine.net online Zaloguj się | Rejestracja | Pomoc

Jakub Binkowski - dot or not

Blog programisty C#

Browse by Tags

All Tags » transakcje   (RSS)
Sorry, but there are no more tags available to filter with.
opublikowano 16 lipca 2008 00:39
Transakcyjny mailing
W czym problem? Wysłanie wiadomości e-mail w .NET jest dziecinnie proste: MailMessage message = new MailMessage( "from@server.com" , "to@server.com" , "Temat" , "Treść" ); SmtpClient smtp = new SmtpClient(); smtp.Send(message); Czytaj więcej....

przez jakubin | 7 komentarzy

Filed under:

W oparciu o Community Server (Personal Edition), Telligent Systems