CrashReporter.NET icon indicating copy to clipboard operation
CrashReporter.NET copied to clipboard

Silent = true will show the E-Mailform

Open fabianf83 opened this issue 3 years ago • 0 comments

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 };

fabianf83 avatar May 04 '22 10:05 fabianf83