Thanks inalee74,
LOL the price of having multiple project open at once and working late at night…
i had System.Net.Security added in one project but wasn’t on the second concerned one, even though I’m looking at the References my mind kept showing me that it was there… LOL but it wasn’t …
so a fresh morning made a whole lot of difference… now things look much better than last night for sure…
thanks guys…
let’s see if i can get that SSL (Gmail) E-mail going now…
If you had an accessory device that could handle the SSL part would you be able to use basic smtp commands to use gmail? I have a wifi device wired to my EMX that I use to create an SSL socket connection to gmail, but I don’t know what to do next.
By accessory device I mean I have a wifi module similar to the RS21 wifi module GHI sells. The wifi module I am using is able to create an SSL socket. I have successfully used this wifi module to connect to the gmail server. But after that I don’t know what smtp commands (sequence of bytes) to send over the SSL socket in order to send and receive mail.
From your previous posts it looks like your only issue was creating up the SSL socket connection to gmail.
I am assuming once connected to the gmail server using an SSL socket, that if I send the correct smtp commands, I should be able to send/receive gmail.
I will try to use some of the code from the link you posted. And let you know.