Hello the html emails which are sent by your plugin aren’t shown correctly in any email client.
http://snap.ashampoo.com/uploads/2014-05-09/WoK1EFuH.png
2 Answers
Hi vahid,
Can you go to <dw-question-answer-folder>/inc/notification.php, line 133 and please make sure this line have the content like this:
$headers .= "From: " . $from_email . "\r\n";
instead of ( without dot “.” character before “=” ) :
$headers = "From: " . $from_email . "\r\n";
If you still meet this problem, please update your file by this https://github.com/designwall/dw-question-answer/blob/master/inc/notification.php.
Regards
thanks updating the file solved the problem
anyone to answer?
Please login or Register to submit your answer