Re: [Mono-dev] sending smtp email under SSL

2009-07-14 Thread _KD_
gedw99 wrote: Hey, i am trying to send an email using a gmail account. According to the docs, Network Credentials does not support SSL. http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Net.NetworkCredential%2F* I am using the latest mono 1.2, and XPS2 ! Is there an

Re: [Mono-dev] sending smtp email under SSL

2009-07-14 Thread Gonzalo Paniagua Javier
Try setting the certificate validation callback. If you're running mono from HEAD (if you don't know what this is, you are not): --- // This will trust *any* certificate ServicePointManager.ServerCertificateValidationCallback += delegate(object sender,

Re: [Mono-dev] sending smtp email under SSL

2008-08-22 Thread idepaula
Hi, I'm facing the same issue, it seems like this issue has not been addressed yet :( Did anyone find a workaround for alternative solution for sending emails through gmail? Thanks in advance, Ignacio. gedw99 wrote: Hey, i am trying to send an email using a gmail account. According

[Mono-dev] sending smtp email under SSL

2007-12-27 Thread Gerard Webb
Hey, i am trying to send an email using a gmail account. According to the docs, Network Credentials does not support SSL. http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Net.NetworkCredential%2F* I am using the latest mono 1.2, and XPS2 ! Is there an alternative way to send email under