View Single Post
  #1  
Old 12-02-2013, 10:17 AM
 
deepblue_tiano deepblue_tiano is offline
 

Advanced Member
  
Join Date: Nov 2010
Posts: 50
 

Default contact us file attachment

I am working on file attachment on contact us form.. And I am having trouble attaching the files to the email sent to help department.. I want a direct attachment since the message was sent only to email, I don't need to save a copy of attachment to the server.

I saw this code in func.mail.php

Code:
func_attach_images($mail_message);

wherein the images url are embedded into the message body. This is applicable for sending email with images/HTML format.
__________________
christian
Reply With Quote