I've tried searching everywhere, and I found out about MAPI and CDO, but they both depend on Microsoft Outlook, which practically nobody uses, me included. This originates an error when a session log in is attempted.
Thus, I tried searching some different ways and all I found was huge pieces of code (read title: I want to keep it simple) or extra dlls, which I also don't want, seeing as I don't want the user to get my application, than get this dll file, than this... Of course it's not much, just a file, but it's still a small pain.

My question is a simple one: is there any way to send a simple email without using ways that require MS Outlook, and that don't require the user to login? (I also saw one way that required a login, but this is very bad, because I could quite easily use their password and have it sent to me: I don't want to give the impression I want to do that)
My goal with this is just to have the user write a quick email inside the program that warns me about a bug that happened or something similar.