I got this error when i tried sending an attachment. I modified the module: line 236. Just a spelling error.

From: 
$subject    = checl_plain($form_values['subject']);
To:
$subject    = check_plain($form_values['subject']);

That is fixed, now I am getting the emails but with No Attachments. Thanks.

Comments

creazion_dev’s picture

Status: Active » Fixed
creazion_dev’s picture

Assigned: Unassigned » creazion_dev
Anonymous’s picture

Status: Fixed » Closed (fixed)