Sending email via SMTP

G

Guest

Hello everyone,
I have a need to send emails from my Windows CE device (working with both 3,
4.2, and 5). It's most imporant to get it working with CE 5, but would be
nice if I could get it working with the older verisons of CE as well. My
current SMTP app was written by another developer in C++, but it doesn't
support SSL and switching of ports. I can work on modifying this or move to
something with a bit more functionality. I found plenty of C# examples
using .Net and System.Net.Mail or System.Web.Mail that work great on the
desktop. However, I don't seem to see these available in CE compact
framework. Am I missing something? Is there a better way?

I don't really have a preference as to whether it is C# or C++. I would
assume it will be less work to do the C# version.


Anyone have any examples or resources they could point me to?

Thanks,
Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top