Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shamim Hasan

    (@shamim51)

    in fep-email-class.php after

    $message .= sprintf(__("Subject: %s", 'fep'), $mgs['message_title'] ). "\r\n";

    add

    $message .= sprintf(__("Message: %s", 'fep'), wordwrap($mgs['message_content'], 70 ) ). "\r\n";
    Thread Starter project_subdomain

    (@project_subdomain)

    Great, works, thanks a million!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Notification mail: Get message content’ is closed to new replies.