vahid
asked 9 years ago

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
BigHug
answered 9 years ago

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

vahid moh
replied 9 years ago

thanks updating the file solved the problem

vahid
answered 9 years ago

anyone to answer?

Powered by DW Question & Answer Pro