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.