views:

224

answers:

2

Duplicate: http://stackoverflow.com/questions/536838/php-attaching-an-image-to-an-email

I need mail attachment script in php, and attachment should be multiple files can any one help me?

+1  A: 

If you're not using a framework or want a standalone product, PHPMailer is a very good class for sending mail with (multiple) attachments.

ciscoheat