[twsocket] SSL and TLS for TSmtpCli

2011-08-16 Thread Neal Barnett
Hi - I'm trying to mimic the Outlook "More Settings" Advanced Tab using the TSmtpCli component. For example, if I wish to send using: Encrypted Connection: TLS Port: 587 or Encrypted Connection: SSL Port: 465 how would I do this? Thanks, -- Neal -- To unsubscrib

Re: [twsocket] SSL and TLS for TSmtpCli

2011-08-17 Thread Neal Barnett
Arno - > or > Encrypted Connection: SSL > Port: 465 >>This is commonly SSL-type "Implicit (TLS Connection)". >>The difference between Implicit and Explicit is that Implicit establishes a secure SSL/TLS connection and Explicit starts with a plain text >>connection that is turned into a secure conn

Re: [twsocket] SSL and TLS for TSmtpCli

2011-08-18 Thread Neal Barnett
> Arno - > >> or >> Encrypted Connection: SSL >> Port: 465 > >>> This is commonly SSL-type "Implicit (TLS Connection)". >>> The difference between Implicit and Explicit is that Implicit >>> establishes > a secure SSL/TLS connection and Explicit starts with a plain text >>> connection that is tur

[twsocket] Hdr From and To cutting off

2011-09-21 Thread Neal Barnett
Hi - I am setting HdrFrom and HdrTo parameters during an Email Send, like this: SslSmtpCli1.HdrFrom:='This Is From Me'; SslSmtpCli1.HdrTo:='All Of My Recipients'; However, when receiving the email, I only see the first word of each parameter, so it would look like this: From: This To: All I can