SSL works by using a combination of public and private keys to encrypt data. When a client (e.g., an email recipient) connects to a server (e.g., your email marketing service), the server sends its public key to the client. The client uses this key to create a secure connection, encrypting all data sent to the server. The server then decrypts this data with its private key.