Re: [twsocket] Use of TSslContext in sending SSL email (quick question)n)

2014-10-10 Thread Angus Robertson - Magenta Systems Ltd
> Is it necessary for me to create a separate TSslContext each time I > create a new TSslSmtpCliWithFEhloCount No, an SslContext set-up for SSL client or a single SSL server certificate can be shared by multiple socket components. The only issue is in SSL servers using MultiListen, where diffe

[twsocket] Use of TSslContext in sending SSL email (quick question)n)

2014-10-10 Thread H M
I am adapting the OverbyteIcsMailSndAsync1 demo by combining bits from OverbyteIcsSslMailSnd so that I can use SSL with the queue and pool instead of just TSmtpCli . I've created a new class (TSslSmtpCliWithFEhloCount) inherited from TSslSmtpCli that adds a property FEhloCount so that each obje