Title: Email notification fix
Last modified: August 21, 2016

---

# Email notification fix

 *  Resolved [sveralex](https://wordpress.org/support/users/sveralex/)
 * (@sveralex)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/email-notification-fix/)
 * Great plugin!
    Please, can you include one line fixed into the next update. In
   inc/notification.php, line #39 $headers = “From: ” . $from_email . “\r\n”;
 * change to
 * $headers .= “From: ” . $from_email . “\r\n”;
 * —
    Thank you Alexey
 * [https://wordpress.org/plugins/dw-question-answer/](https://wordpress.org/plugins/dw-question-answer/)

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

 *  Thread Starter [sveralex](https://wordpress.org/support/users/sveralex/)
 * (@sveralex)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/email-notification-fix/#post-4731432)
 * 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](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/email-notification-fix/#post-4731531)
 * Thank you very much, i add your fix and release it in the latest version 1.2.4
 *  Thread Starter [sveralex](https://wordpress.org/support/users/sveralex/)
 * (@sveralex)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/email-notification-fix/#post-4731582)
 * 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](https://wordpress.org/support/users/sveralex/)
 * (@sveralex)
 * [12 years ago](https://wordpress.org/support/topic/email-notification-fix/#post-4731689)
 * 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](https://wordpress.org/support/users/sveralex/)
 * (@sveralex)
 * [12 years ago](https://wordpress.org/support/topic/email-notification-fix/#post-4731690)
 * 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](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.

 * ![](https://s.w.org/plugins/geopattern-icon/dw-question-answer_fefdf9.svg)
 * [DW Question & Answer](https://wordpress.org/plugins/dw-question-answer/)
 * [Support Threads](https://wordpress.org/support/plugin/dw-question-answer/)
 * [Active Topics](https://wordpress.org/support/plugin/dw-question-answer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dw-question-answer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dw-question-answer/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [sveralex](https://wordpress.org/support/users/sveralex/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/email-notification-fix/#post-4731690)
 * Status: resolved