I’m trying to add an attachment to an automated email response that someone else setup under php. The form, response and thank you all work fine but I just can’t get the response to attach a file. I’m probably getting the syntax wrong but I don’t see where. These are only two lines I’m changing:
Code: Select all
$numfileattachments = 1;
$attachments = '\\downloads\test.pdf';