Author Topic: Warning: mail(): Multiple or malformed newlines found in additional_header in  (Read 1193 times)

0 Members and 1 Guest are viewing this topic.

Offline
*

getting a error message while sending an from mail_queue, any one can help me ?

error message
Warning: mail(): Multiple or malformed newlines found in additional_header in mail_queue/usr/local/cwpsrv/htdocs/resources/admin/modules/mail_queue.php

Offline
****
Did you manually try to edit the mail_queue file? It is IonCube obfuscated (encoded), and CWP explicitly warns agains decoding or tinkering with it:
Code: [Select]
<?php //0042b
// Copyright CentOS WebPanel, Decoding is FORBIDDEN
// All Rights Reserved. www.centos-webpanel.com
if(!extension_loaded('ionCube Loader'...