Forums

SOLVED How do I attach a PDF to an e-mail?

Lyrical Lou 29 Jan, 2010
Hi,
I have had a look at the FAQs and searched for this topic, but can't seem to find a solution.

I have enabled attachments in the Setup Emails tab, but can't find where I tell the email which document to attach from the Media Manager?

Thank you in advance.
Lou
GreyHead 29 Jan, 2010
Hi Lou,

Add this to the OnSubmit Before box and change the fle name.
<?php
$form_id = $MyForm->formrow->id;
$MyUploads =& CFUploads::getInstance($form_id);
$MyUploads->attachments[] = 'images/newsletter.pdf';
?>

Bob
Lyrical Lou 29 Jan, 2010
Thanks Bob.
Much appreciated.

Lou
This topic is locked and no more replies can be posted.