Title: Wp Mail issues
Last modified: August 22, 2016

---

# Wp Mail issues

 *  [everyeurocounts](https://wordpress.org/support/users/everyeurocounts/)
 * (@everyeurocounts)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/wp-mail-issues/)
 * Hi,
 * The $model->wps_deals_send_order_status_email($args = array()) function is not
   sending out emails.
 * I have identified (at least on my own system) that this is due to the headers
   that are being sent.
 * this is the current version of what will work
 *     ```
       $headers = 'From: "dave" <' . $fromemail . '>\r\n';
       		//$headers .= "Reply-To: ". $fromemail . "\r\n";
       		$headers .= "MIME-Version: 1.0\r\n";
       		$headers .= "Content-Type: text/html; charset=utf-8\r\n";
       ```
   
 * If you note the inclusion of a name and < > around the email but this also means
   the header is visible in the email address with outlook. I’m not too familiar
   with wpmail so i opened a ticket on wordpress to see if i can sort it!
 * [https://wordpress.org/plugins/deals-engine/](https://wordpress.org/plugins/deals-engine/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [wpsocial](https://wordpress.org/support/users/wpsocial/)
 * (@wpsocial)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/wp-mail-issues/#post-5505602)
 * Hi,
 * Can you open a support ticket at wpsocial.com.
 * Mark

Viewing 1 replies (of 1 total)

The topic ‘Wp Mail issues’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/deals-engine_725266.svg)
 * [Social Deals Engine](https://wordpress.org/plugins/deals-engine/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/deals-engine/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/deals-engine/)
 * [Active Topics](https://wordpress.org/support/plugin/deals-engine/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/deals-engine/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/deals-engine/reviews/)

## Tags

 * [wpmail](https://wordpress.org/support/topic-tag/wpmail/)

 * 1 reply
 * 2 participants
 * Last reply from: [wpsocial](https://wordpress.org/support/users/wpsocial/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/wp-mail-issues/#post-5505602)
 * Status: not resolved