Tagged Questions
2
votes
2answers
74 views
My C# app is getting flagged by anti-virus apps. How do I figure out why? [closed]
I have a C# app that is getting flagged by multiple anti-virus apps (AVG and Norton so far) as "behaving suspiciously". I don't have any experience with this, and there are lots of things I suppose ...
2
votes
5answers
1k views
Gmail/Hotmail Flag email as spam
I have a simple .NET app that is sending out email using SMTPClient.
I am sending from an authenticated account on the local server with an SPF record, and the host (gogrid) is unsure what else they ...