Title: wpemdev's Replies | WordPress.org

---

# wpemdev

  [  ](https://wordpress.org/support/users/wpemdev/)

 *   [Profile](https://wordpress.org/support/users/wpemdev/)
 *   [Topics Started](https://wordpress.org/support/users/wpemdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wpemdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wpemdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wpemdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wpemdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wpemdev/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Zoho Mail for WordPress] sending mail from zoho work but causes errors](https://wordpress.org/support/topic/sending-mail-from-zoho-work-but-causes-errors/)
 *  Thread Starter [wpemdev](https://wordpress.org/support/users/wpemdev/)
 * (@wpemdev)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/sending-mail-from-zoho-work-but-causes-errors/#post-14556331)
 * is this an acceptable fix?
 *     ```
         if ( ! is_array( $attachments ) ) {
               $temp[] = str_replace( "\r\n", "\n", $attachments ); 
               $attachments = implode( "\n", $temp);
           }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Zoho Mail for WordPress] sending mail from zoho work but causes errors](https://wordpress.org/support/topic/sending-mail-from-zoho-work-but-causes-errors/)
 *  Thread Starter [wpemdev](https://wordpress.org/support/users/wpemdev/)
 * (@wpemdev)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/sending-mail-from-zoho-work-but-causes-errors/#post-14556219)
 * Thank you for the response. The problem with the error is that the error message
   is what a user sees when completing a sign up form. And so while they get the
   email after the sign up they are left thinking something is wrong.
 * When will the next update be released? Is there something I can do/manually edit
   before then?

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