Sailen’s Blog | Learn, Share and Enjoy

TAG | Email

Dec/08

30

PHP Mail – libMail

An object oriented way to send email from a PHP program.

Some of the libMail functionalities are :

o Sending one or more file in attachment
o Specify one or many recipients in To, CC or BCC
o Format a message “ready to send” without sending it immediately
o Auto checking of email addresses syntax
o Add a receipt to the mail
(more…)

· ·

Dec/08

15

How to use GnuPG for e-mail using PHP

Download the file from GNUPG website. GnUPG can be used for comercial sites without a license.

You will need shell access, i.e. telnet or SSH. SSH is more secure. Also a linux machine and a copy of PGP installed on your machine. You will also need to generate a key pair, this consists of a public and private key. The public key is uploaded to the server the private key is kept on your machine. See the PGP help file for more information.
(more…)

· · · ·

© 2010 Sailen Karmacharya