By the way, the same fix in a couple other places:
$headers .= “From: ” . $from_email . “\r\n”;
in lines #133 and #279
Thank you very much, i add your fix and release it in the latest version 1.2.4
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
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
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