I am developing a Windows Store Application (Windows 8).
I have a need to send emails based on data and address stored in the application data and without the need
It's always possible to connect to an SMTP server and issue commands like HELO, MAIL, RCPT, etc. Of course you'll need an SMTP server to connect to. I use this on our corporate intranet to send emails.