Well, basically, you use PHP's very long-established mail() function. You'll need to use MIME-type mail, to send attachments, though. This tutorial explains all about MIME types and finishes with a working code example of how to do it:
http://www.phpbuilder.com/columns/kartic20000807.php3
HTH,
Daniel Walker
Quote:
quote:Originally posted by aingalsbe
I am looking for a way to send an email using PHP and attaching files to that email. So far, I've had very little luck finding a lot of good info. on this topic. Any help?
-Aaron
|