PHP Classes

mail encrpytion (SSL)

Recommend this page to a friend!

      SMTP E-mail sending class  >  All threads  >  mail encrpytion (SSL)  >  (Un) Subscribe thread alerts  
Subject:mail encrpytion (SSL)
Summary:Does this class support mail encryption by recipient's cert?
Messages:2
Author:Scott Wen
Date:2008-09-17 05:42:03
Update:2008-09-17 22:15:28
 

  1. mail encrpytion (SSL)   Reply   Report abuse  
Picture of Scott Wen Scott Wen - 2008-09-17 05:42:04
I have a request to send mails encrypted by recipient's SSL certificate. Dose this class have this function?

  2. Re: mail encrpytion (SSL)   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-09-17 22:15:28 - In reply to message 1 from Scott Wen
This class only sends the message via an SMTP server, it does not compose it.

The class that can be used to compose the message to send via SMTP with this class is the MIME message class.

phpclasses.org/mimemessage

It does not yet support body message encryption but it can be added. There are several standards for encrypting messages. Just send me an example of message that is encrypted the way you intend so I can see what is necessary.