Hi. Is there a way to send a simple email with an image as attachment.
I've found the articles in PHPBuilder and Zend.com about MIME but i found them too complicated 🙂 that i didn't have the patience to read them.
Is there a simple way to modify the
mail($to, $subject, $message, $headers);
so that includes an attachment?
Thanks
John