0

Duplicate: 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?

Community
  • 1
  • 1
G-Rajendra
  • 215
  • 7
  • 17
  • See http://stackoverflow.com/questions/536838/php-attaching-an-image-to-an-email - libraries mentioned there can all deal with attachments. –  Feb 25 '09 at 08:57

2 Answers2

1

http://www.zend.com/zend/spotlight/sendmimeemailpart1.php

vartec
  • 131,205
  • 36
  • 218
  • 244
1

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
  • 3,719
  • 1
  • 35
  • 52