Jump to content

PHP mailer


suzie

Recommended Posts

Dear, we have a page in our website that contains a form to be filled by visitor and send to us via phpmailer....the function is working very well : "function send_email($to, $subject, $message, $from, $name) require("includes/class.phpmailer.php");"But now I want to send with the email an attachment ( the attachment is a .jpg image entered by the user)Is it possible? and how i can add that??any help please....Regards,

Link to comment
Share on other sites

Have you looked into phpmailer's documentation? It should probably say something about that.I'd reccomend using Zend_Mail() instead of phpmailer. It makes attachments and other stuff you may not yet need easy. And the documentation is all at the linked page.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...