Pavel Bánský

About .NET in Embedded World

Goto menu
Archive » August 2008

E-mail class library update

Monday, August 11, 2008 @ 10:49
Few updates to mailing library for .NET Micro Framework

Sending e-mails from .NET Micro Framework

Friday, August 1, 2008 @ 02:15
.NET Micro Framework has good enough support for TCP/IP, so why not to send e-mails from tiny devices? Because the SmtpClient class is missing. Hmmm, is it hard to implement it? Well, a bit but it's not impossible.