Is it possible to silently send an email from a Windows Phone 7 device?
The reason I ask is because I would like to have a system from which an app will send information to a server which the server will log. I figure if I use emails it would be a lot more straightforward than some other system.
As you can probably guess from my question I’m in completely unexplored territory here.
It’s possible to send emails, so long as you are running the SMTP server on your server.
Web services are designed for this sort of thing, email isn’t. You won’t find emails simpler. Look into WCF.