• Resolved wpemdev

    (@wpemdev)


    Hi whenever I send a mail message through registration or manaully send the email verification to users I get this error

    Warning: implode(): Invalid arguments passed in /home/customer/www/***/public_html/wp-content/plugins/zoho-mail/zohoMail.php on line 443

    Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/***/public_html/wp-content/plugins/zoho-mail/zohoMail.php:443) in /home/customer/www/***/public_html/wp-includes/pluggable.php on line 1329

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Zoho Mail

    (@zmintegration)

    @wpemdev,

    This is not an error this is just a warning message which can be ignored, This will not affect the functionality of our Plugin. We will make the required changes in our upcoming update.

    Thread Starter wpemdev

    (@wpemdev)

    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?

    Thread Starter wpemdev

    (@wpemdev)

    is this an acceptable fix?

      if ( ! is_array( $attachments ) ) {
            $temp[] = str_replace( "\r\n", "\n", $attachments ); 
            $attachments = implode( "\n", $temp);
        }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sending mail from zoho work but causes errors’ is closed to new replies.