SSL encrypts the data between the user and your webserver only It does not encrypt data send by you to your mailserver, nor does it influence the way your mailserver sends the mailmessage to the mailserver of the user. (in plain text)
So, you need to encrypt the data in the email. It is however not that easy to catch a mailmessage while in transit and I assume that both you mailserver and the mailserver of the user are both secure. Thus for simple things this mostly isn't a real issue. If you use encryption you might want to use something standard like PGP, so the user can use his normal email program to read the mail. Robert Klinkenberg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]