Showing posts with label send email using php. Show all posts
Showing posts with label send email using php. Show all posts

Sunday, July 26, 2009

Sending Email using PHP

SMTP E-mail sending class can be found at

http://www.phpclasses.org/browse/package/14.html

You will also need to download another project from the author, "Simple Authentication and Security Layer" from

http://www.phpclasses.org/browse/package/1888.html

you will need 2 files from the second project - login_sasl_client.php & sasl.php

you will also need to customize the file 'test_smtp.php' or rather write your own file using the sample php file provided.