• Resolved alfredonia

    (@alfredonia)


    When sending a test email, include email subject. When sending to all users, the email subject disappears.
    Any ideas? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter alfredonia

    (@alfredonia)

    I find it:
    “EWD_UWPM_Send_Emails.php”
    Line 13 is:
    $Email_Title = isset($Params[‘Email_Title’]) ? $Params[‘Emails_Title’] : $Email->post_title;

    Must be:
    $Email_Title = isset($Params[‘Email_Title’]) ? $Params[‘Email_Title’] : $Email->post_title;

    Plugin Support jaysupport

    (@jaysupport)

    Hi alfred,

    Thank you for noticing that. We will look to include that correction in our next update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email subject disappears’ is closed to new replies.