There is no menu entry for creating mail so I went to webmail_plus/compose and the following error eppeared.
Fatal error: Call to undefined function _file_attach_form() in /home/example/public_html/sites/all/modules/webmail_plus/webmail_plus.compose.inc on line 307

I commented out line 307 and the compose page appeared.

Comments

scripthead’s picture

You need to install the File Framework to get this to work. Going to add it as a requirement for the next release.

peterx’s picture

I installed the File framework and found within it, you need the Attachment module. The dependency is:
dependencies[] = file_attach

Line 307 is back in and the compose page is working.

blackdog’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.