Fastream Technologies wrote:
> I don't see your point. The SSL web server requires the domains to be
> used by client to access to be in the accepted hosts--tested!
Most SSL-demos have an Edit for this property. But AFAIR only the
HTTPS client demo actually make use of it as a non-perstistent cach
I don't see your point. The SSL web server requires the domains to be used
by client to access to be in the accepted hosts--tested! However, I don't
have a wildcard cert to test.
HTH,
SZ
On 3/26/09, Arno Garrels wrote:
>
> Fastream Technologies wrote:
> > How would one define the multiple doma
Иван Тонев wrote:
> Hi,
>
> I'd like to send HTML emails with attached images (just what
> THtmlSmtpCli is for) but to a SSL/TLS SMTP server (GMail actually).
> Is there a SSL enabled version of THtmlSmtpCli
No, however you could try to change (OverbyteIcs)SmtpProt.pas
like below and the rebuil
Fastream Technologies wrote:
> How would one define the multiple domains in accepted hosts? Is this
> ok: *. domain.com ?
If you mean property SslAcceptableHosts, which is a simple string list,
you may put in whatsoever you like. Unless you don't use these
strings somewhere in your application co
Hi,
I'd like to send HTML emails with attached images (just what THtmlSmtpCli is
for) but to a SSL/TLS SMTP server (GMail actually). Is there a SSL enabled
version of THtmlSmtpCli or is there a way to accomplish this task with
TSslSmtpCli somehow? I'm sending plain-text nessages with TSslSmtp
How would one define the multiple domains in accepted hosts? Is this ok: *.
domain.com ?
On 3/25/09, Arno Garrels wrote:
>
> Fastream Technologies wrote:
> > Hello,
> >
> > Anybody tested this configuration? Is there any code changes needed
> > to have it working?
>
> No changes required.
>
> --