Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Synapse SLL
| Subject: | Synapse SLL |
| Posted by: | "Byzantine" (asp..@clarisys.ca) |
| Date: | Tue, 14 Mar 2006 11:07:06 |
Hello, does anyone know to how to send an SSL e-mail using Synapse tools?
I used Indy prior to switching to Synapse, which in general is much more
simple.
I'm using the following units smtpsend, mimemess, mimepart and
ssl_openssl.
The e-mail is sent with SMTPSend.SendToRaw. However, when I change the
host to an SSL smtp as opposed to a regular one the e-mail isn't sent.
McAfee gives two errors: err command not implemented, port:995,
secure(ssl): also something about a missing StartTls command, on a
workstation without McAfee no error is given but the e-mail just isn't
sent. I really don't know much SLL evidently.