how attach file to welcome email ? - Joomla! Forum - community, help and support
hi,
i want attach file welcome email, changed file: /administrator/components/com_users/controller.php.
i did this:
$attachment[] = '/myfolder/myfile.pdf';
jutility::sendmail( $adminemail, $adminname, $user->get('email'), $subject, $message,null,null,null, $attachment);
and this:
$attachment[] = jpath_root.ds.'myfolder'.ds.'myfile.pdf';
jutility::sendmail( $adminemail, $adminname, $user->get('email'), $subject, $message,null,null,null, $attachment);
and didn't work
please help!
joomla 1.5.14
linux
php 5.x
i want attach file welcome email, changed file: /administrator/components/com_users/controller.php.
i did this:
$attachment[] = '/myfolder/myfile.pdf';
jutility::sendmail( $adminemail, $adminname, $user->get('email'), $subject, $message,null,null,null, $attachment);
and this:
$attachment[] = jpath_root.ds.'myfolder'.ds.'myfile.pdf';
jutility::sendmail( $adminemail, $adminname, $user->get('email'), $subject, $message,null,null,null, $attachment);
and didn't work
please help!
joomla 1.5.14
linux
php 5.x
help
Comments
Post a Comment