Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #767865

    Hello,
    Overnight cPanel sent me the warning message below about this file

    /home/#####/public_html/wp-content/themes/enfold/framework/php/class-form-generator.php:

    Can you take a look for me to tell me if this is something that I should be concerned about or is it part of the enfold core that has just updated or something?

    Many thanks

    Graham

    This message contains a list of recently-uploaded scripts that contain code which sends email. If this is the first time that you have received this type of notice, it will contain the history of recently-uploaded mail scripts for the current month.

    You should inspect these scripts to ensure that they do not send out spam.

    The user “#####” uploaded the following script:

    /home/#####/public_html/wp-content/themes/enfold/framework/php/class-form-generator.php:

    
    921: 					$header .= 'From:'. $from . " \r\n";
    922: 					mail($send_to_mail, $subject, $message, $header);
    923: 				}
    
    ...
    
    956: 					$header .= 'From:'. urldecode( $this->form_params['autoresponder_email']) . " \r\n";
    957: 					mail($from, $this->form_params['autoresponder_subject'], $message, $header);
    958: 				}
    #768294

    Hey Graham,

    It is Enfold form generator. It is from Enfold core, just like you suspected.

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.