ravibpatel / CrashReporter.NET

Send crash reports of your classic desktop application developed using .NET Framework directly to your mail's inbox with full exception report, stack trace and screenshot.
MIT License
184 stars 74 forks source link

Silent = true will show the E-Mailform #43

Open fabianf83 opened 2 years ago

fabianf83 commented 2 years ago

Hi there,

good job for this tool.

I set the property silent = true but the E-Mailform will shown up.

_reportCrash = new ReportCrash("xxx") { AnalyzeWithDoctorDump = false, IncludeScreenshot = true, SmtpHost = Methods.Vars.SMTPServer, Port = Methods.Vars.SMTPPort, EnableSSL = true, UserName = Methods.Vars.SMTPAuthUser, Password = Methods.Vars.SMTPAuthPass, ToEmail = Methods.Vars.AbsenderEmail, FromEmail = Methods.Vars.AbsenderEmail, Silent = false };