Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sveralex

    (@sveralex)

    By the way, the same fix in a couple other places:

    $headers .= “From: ” . $from_email . “\r\n”;

    in lines #133 and #279

    Plugin Author DesignWall

    (@designwall)

    Thank you very much, i add your fix and release it in the latest version 1.2.4

    Thread Starter sveralex

    (@sveralex)

    Hi Author
    Very good!
    But most likely you forgot to fix one line (#279) in notification.php:

    $headers = “From: ” . $from_email . “\r\n”;

    should be:

    $headers .= “From: ” . $from_email . “\r\n”;

    Besides, just wanted to know, is there any possibility to edit Notification Email Templates in ‘Visual’ mode? Now only ‘Text’ mode available.


    Thank you
    Alexey

    Thread Starter sveralex

    (@sveralex)

    Hi Plugin Author
    Sorry, but again one fix was not included into the latest version 1.2.5.

    In inc/notification.php, line #282 should be:
    $headers .= “From: ” . $from_email . “\r\n”;

    Without this fix email delivered not human-readable :-), with all HTML markups.

    Please include this fix in your next update


    Thank you
    Alexey

    Thread Starter sveralex

    (@sveralex)

    Hi again
    Besides, in Settings – Notification tab – Email Content:

    Editor does not display ‘Visual’ content

    [ Moderator note: link fixed, careful posting links like that. ]

    http://talentwizards.org/_errors/DWQA-Settings-Notification-EmailContent.png


    Thank you
    Alexey

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Email notification fix’ is closed to new replies.