Проблема решается просто)
В /sources/classes/class_email.php
Найти:
if( $header == 'From' OR $header == 'Content-Type' OR $header == 'Content-Disposition' )
Заменить на:
if( $header == 'From' OR $header == 'Content-Type' OR $header == 'Content-Disposition' OR $header == 'Subject' )