Re: [twsocket] Questions on HtmlSmtpClient and SslSmtpClient

2011-05-14 Thread Arno Garrels
Xavier Mor-Mur wrote: > Currently I'm using HtmlSmtpClient and planing update to SslSmtClient. > > After a look on SsslSmtpClient properties: > > html client : HtmlText, PlainText, MailMessage, EmailFiles and > EmailImages ssl client : MailMessage and EmailFiles Unfortunately there doesn't exist

Re: [twsocket] Questions on HtmlSmtpClient and SslSmtpClient

2011-05-14 Thread Francois PIETTE
Currently I'm using HtmlSmtpClient and planing update to SslSmtClient. and get next questions to migrate current code to ssl. 1- with html client can be sent mail at once in html with embedded images and plain text. this can be done with ssl client? 2- if with ssl client only can be send as html

[twsocket] Questions on HtmlSmtpClient and SslSmtpClient

2011-05-14 Thread Xavier Mor-Mur
Currently I'm using HtmlSmtpClient and planing update to SslSmtClient. After a look on SsslSmtpClient properties: html client : HtmlText, PlainText, MailMessage, EmailFiles and EmailImages ssl client : MailMessage and EmailFiles and get next questions to migrate current code to ssl. 1- with htm