in

MIT EPC Net (MENTOR)

Open Source Software for the RFID Community
All Tags » SMTP (RSS)

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Using Mail Message instead of SmtpMail

    using System; using System.Net; using System.Net.Mail; namespace SmtpSample { class Program { static void Main( string [] args) { MailMessage message = new MailMessage (); message.From = new MailAddress ( "john_doe@users.com" ); message.To.Add( "jane_doe@users.com" ); message.Subject...
    Posted to SoftwareNotes (Weblog) by doval on 07-08-2007
  • Virus Scanner a Blessing and a Curse

    I have been using a block of code to use email for years. Last week it stopped working. After endless searching I found a post suggesting it maybe the virus scanner. I was sure this was not the problem but I gave it a try. As you might have guessed, the virus scanner was blocking my internal SMTP traffic...
    Posted to SoftwareNotes (Weblog) by doval on 07-07-2007
Page 1 of 1 (2 items)
Auto-ID Labs MIT 2007-2008
Powered by Community Server (Non-Commercial Edition), by Telligent Systems