c# - Doubts about a Bug/Error sender via email -
i'm developing open source project. project getting bigger , may fail , crash normal, tought of doing crash sender errors (if user wants) via email.
but, since it's open source project hosted in easy access site, can't hardcode login , password of software's email.
do guys have better way send crash reports (without having proper site, i'm using codeplex) or easy way hide password?
instead of sending email client program, create web service (wcf or web api) can call send email. web service handle generating email , contain login details email provider.
if wanted take idea 1 step further, web service can hook database record various details crash (such windows version #, relevant environment variables or registry settings etc). that'd give easy way keep track of crashes on time.
Comments
Post a Comment