fixes attachment bug If an optional file attachment is empty, Mailer.php will cause an error because it only checks if $submission->attachment is null (which it never is, because it is always an array).
fixes attachment bug If an optional file attachment is empty, Mailer.php will cause an error because it only checks if $submission->attachment is null (which it never is, because it is always an array).