Javier Ruiz wrote: > The error is coming from the SYSTEM.NET.MAIL part of the code. Have your catch code output the stack trace like this: catch( Exception ex ) { Console.WriteLine( "Error: " + ex.ToString() ); } --Brian