Hi all,
I built a simple form where a visitor/user enters his email and then he should receive an email to his inbox with an attachement. I have a problem because users receives the email, but not attachment. I looked over all the previous post and in theory my attachment array should work. But it doesn't. What am I missing in the code bellow?
<?php
$attachments[0] = "/files/vendorlist.pdf";
?>
I also tried "files/vendorlist.pdf". Directory files is in my Joomla root.
Thanks.
I built a simple form where a visitor/user enters his email and then he should receive an email to his inbox with an attachement. I have a problem because users receives the email, but not attachment. I looked over all the previous post and in theory my attachment array should work. But it doesn't. What am I missing in the code bellow?
<?php
$attachments[0] = "/files/vendorlist.pdf";
?>
I also tried "files/vendorlist.pdf". Directory files is in my Joomla root.
Thanks.