I tried to set up email piping and to do so I set up a forwarder on cPanel. Whenever I send an email to my support desk address I know get a bounce back with an error
Warning: require_once(Mail/mimeDecode.php) [function.require-once]: failed to open stream: No such file or directory in <b>/home/user/public_html/help-desk/includes/class_mailparse.php on line 30
Fatal error: require_once() [function.require]: Failed opening required 'Mail/mimeDecode.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/user/public_html/help-desk/includes/class_mailparse.php on line 30
After looking at class_mailparse.php in Trellis Desk it does in fact call to a file that doesn't exist. What is going on?
