Hello out there,
in my case, at first, everything works as expected: The queue is being created, then the progress enhances slowly up to 100%, my report tells me that exactly the number of mails have been sent, that are on the mailing list. BUT: No single mail arrives, also in the debug mode.
I really, really hope someone out there can help me. I already deacivated/activated the easymail-plugin, deactivated all plugins that might cause a problem, tried to debug and so on...
The thing is: three weeks ago everything worked fine, and since then I did't change anything (at least I think so) apart from some plugins, which can't be the problem, because I tried to send newsletters while all of them were deactivated. So, I think, it can't be a problem with my hoster, or the php-Version etc.
What can it be??
Under my text I'll attach my wp-mail-log-file (from an attempt to send a newsletter in the debug mode): Can someone of you read in it? What is happening there??? I don't understand it, unfortunately...
Thank you!
Frederike
---MARK---
array (
'date' => 'Tue, 19 Jul 2011 10:13:24 +0000',
'args' =>
array (
'to' => 'autor@mail.de',
'subject' => '( DEBUG - TO: abonnent@mail.de ) NEUER TEST!! Warum
kommt der Newsletter nicht an?',
'message' => 'test',
'headers' => 'From: ich@mail.de>
Content-Type: text/html; charset="utf-8"
',
'attachments' =>
array (
),
),
'backtrace' =>
array (
0 =>
array (
'function' => 'log_wp_mail',
'args' =>
array (
0 =>
array (
'to' => 'autor@mail.de',
'subject' => '( DEBUG - TO: abonnent@mail.de ) NEUER TEST!!
Warum kommt der Newsletter nicht an?',
'message' => 'test',
'headers' => 'From: ich@mail.de>
Content-Type: text/html; charset="utf-8"
',
'attachments' =>
array (
),
),
),
),
1 =>
array (
'file' => '/homez.362/sciencea/www/de/wp-includes/plugin.php',
'line' => 166,
'function' => 'call_user_func_array',
'args' =>
array (
0 => 'log_wp_mail',
1 =>
array (
0 =>
array (
'to' => 'autor@mail.de',
'subject' => '( DEBUG - TO: abonnent@mail.de ) NEUER
TEST!! Warum kommt der Newsletter nicht an?',
'message' => 'test',
'headers' => 'From: ich@mail.de>
Content-Type: text/html; charset="utf-8"
',
'attachments' =>
array (
),
),
),
),
),
2 =>
array (
'file' =>
'/homez.362/sciencea/www/de/wp-includes/pluggable.php',
'line' => 273,
'function' => 'apply_filters',
'args' =>
array (
0 => 'wp_mail',
1 =>
array (
'to' => 'autor@mail.de',
'subject' => '( DEBUG - TO: abonnent@mail.de ) NEUER TEST!!
Warum kommt der Newsletter nicht an?',
'message' => 'test',
'headers' => 'From: ich@mail.de>
Content-Type: text/html; charset="utf-8"
',
'attachments' =>
array (
),
),
),
),
3 =>
array (
'file' =>
'/homez.362/sciencea/www/de/wp-content/plugins/alo-easymail/alo-easym
ail_functions.php',
'line' => 1466,
'function' => 'wp_mail',
'args' =>
array (
0 => 'autor@mail.de',
1 => '( DEBUG - TO: abonnent@mail.de ) NEUER TEST!! Warum
kommt der Newsletter nicht an?',
2 => 'test',
3 => 'From: ich@mail.de>
Content-Type: text/html; charset="utf-8"
',
),
),
4 =>
array (
'file' =>
'/homez.362/sciencea/www/de/wp-content/plugins/alo-easymail/alo-easym
ail_functions.php',
'line' => 1650,
'function' => 'alo_em_send_newsletter_to',
'args' =>
array (
0 =>
stdClass::__set_state(array(
'ID' => '2325',
'newsletter' => '3022',
'email' => 'abonnent@mail.de',
'result' => '0',
'lang' => '',
'unikey' => '5836f51d52fd1d741020cbfa',
'name' => '',
'user_id' => '8',
'subscriber' => '1080',
'firstname' => 'Sebastian',
)),
),
),
5 =>
array (
'function' => 'alo_em_batch_sending',
'args' =>
array (
),
),
6 =>
array (
'file' => '/homez.362/sciencea/www/de/wp-includes/plugin.php',
'line' => 473,
'function' => 'call_user_func_array',
'args' =>
array (
0 => 'alo_em_batch_sending',
1 =>
array (
),
),
),
7 =>
array (
'file' => '/homez.362/sciencea/www/de/wp-cron.php',
'line' => 55,
'function' => 'do_action_ref_array',
'args' =>
array (
0 => 'alo_em_batch',
1 =>
array (
),
),
),
),
)
---MARK---
array (
'date' => 'Tue, 19 Jul 2011 10:13:24 +0000',
'args' =>
PHPMailer::__set_state(array(
'Priority' => 3,
'CharSet' => 'utf-8',
'ContentType' => 'text/html',
'Encoding' => '8bit',
'ErrorInfo' => '',
'From' => 'ich@mail.de',
'FromName' => 'WPFBD',
'Sender' => '',
'Subject' => '( DEBUG - TO: abonnent@mail.de ) NEUER TEST!!
Warum kommt der Newsletter nicht an?',
'Body' => 'test',
'AltBody' => 'test',
'WordWrap' => 50,
'Mailer' => 'mail',
'Sendmail' => '/usr/sbin/sendmail',
'PluginDir' => '',
'Version' => '2.0.4',
'ConfirmReadingTo' => '',
'Hostname' => '',
'MessageID' => '',
'Host' => 'localhost',
'Port' => 25,
'Helo' => '',
'SMTPSecure' => '',
'SMTPAuth' => false,
'Username' => '',
'Password' => '',
'Timeout' => 10,
'SMTPDebug' => false,
'SMTPKeepAlive' => false,
'SingleTo' => false,
'smtp' => NULL,
'to' =>
array (
0 =>
array (
0 => 'autor@mail.de',
1 => '',
),
),
'cc' =>
array (
),
'bcc' =>
array (
),
'ReplyTo' =>
array (
),
'attachment' =>
array (
),
'CustomHeader' =>
array (
),
'message_type' => 'alt',
'boundary' =>
array (
1 => 'b1_952e81e16bea353920602078d6eca236',
2 => 'b2_952e81e16bea353920602078d6eca236',
),
'language' =>
array (
),
'error_count' => 0,
'LE' => '
',
'sign_cert_file' => '',
'sign_key_file' => '',
'sign_key_pass' => '',
)),
'backtrace' =>
array (
0 =>
array (
'function' => 'log_wp_mail',
'args' =>
array (
0 =>
PHPMailer::__set_state(array(
'Priority' => 3,
'CharSet' => 'utf-8',
'ContentType' => 'text/html',
'Encoding' => '8bit',
'ErrorInfo' => '',
'From' => 'ich@mail.de',
'FromName' => 'WPFBD',
'Sender' => '',
'Subject' => '( DEBUG - TO: abonnent@mail.de ) NEUER
TEST!! Warum kommt der Newsletter nicht an?',
'Body' => 'test',
'AltBody' => 'test',
'WordWrap' => 50,
'Mailer' => 'mail',
'Sendmail' => '/usr/sbin/sendmail',
'PluginDir' => '',
'Version' => '2.0.4',
'ConfirmReadingTo' => '',
'Hostname' => '',
'MessageID' => '',
'Host' => 'localhost',
'Port' => 25,
'Helo' => '',
'SMTPSecure' => '',
'SMTPAuth' => false,
'Username' => '',
'Password' => '',
'Timeout' => 10,
'SMTPDebug' => false,
'SMTPKeepAlive' => false,
'SingleTo' => false,
'smtp' => NULL,
'to' =>
array (
0 =>
array (
0 => 'autor@mail.de',
1 => '',
),
),
'cc' =>
array (
),
'bcc' =>
array (
),
'ReplyTo' =>
array (
),
'attachment' =>
array (
),
'CustomHeader' =>
array (
),
'message_type' => 'alt',
'boundary' =>
array (
1 => 'b1_952e81e16bea353920602078d6eca236',
2 => 'b2_952e81e16bea353920602078d6eca236',
),
'language' =>
array (
),
'error_count' => 0,
'LE' => '
',
'sign_cert_file' => '',
'sign_key_file' => '',
'sign_key_pass' => '',
)),
),
),
1 =>
array (
'file' => '/homez.362/sciencea/www/de/wp-includes/plugin.php',
'line' => 473,
'function' => 'call_user_func_array',
'args' =>
array (
0 => 'log_wp_mail',
1 =>
array (
0 =>
PHPMailer::__set_state(array(
'Priority' => 3,
'CharSet' => 'utf-8',
'ContentType' => 'text/html',
'Encoding' => '8bit',
'ErrorInfo' => '',
'From' => 'ich@mail.de',
'FromName' => 'WPFBD',
'Sender' => '',
'Subject' => '( DEBUG - TO: abonnent@mail.de ) NEUER
TEST!! Warum kommt der Newsletter nicht an?',
'Body' => 'test',
'AltBody' => 'test',
'WordWrap' => 50,
'Mailer' => 'mail',
'Sendmail' => '/usr/sbin/sendmail',
'PluginDir' => '',
'Version' => '2.0.4',
'ConfirmReadingTo' => '',
'Hostname' => '',
'MessageID' => '',
'Host' => 'localhost',
'Port' => 25,
'Helo' => '',
'SMTPSecure' => '',
'SMTPAuth' => false,
'Username' => '',
'Password' => '',
'Timeout' => 10,
'SMTPDebug' => false,
'SMTPKeepAlive' => false,
'SingleTo' => false,
'smtp' => NULL,
'to' =>
array (
0 =>
array (
0 => 'autor@mail.de',
1 => '',
),
),
'cc' =>
array (
),
'bcc' =>
array (
),
'ReplyTo' =>
array (
),
'attachment' =>
array (
),
'CustomHeader' =>
array (
),
'message_type' => 'alt',
'boundary' =>
array (
1 => 'b1_952e81e16bea353920602078d6eca236',
2 => 'b2_952e81e16bea353920602078d6eca236',
),
'language' =>
array (
),
'error_count' => 0,
'LE' => '
',
'sign_cert_file' => '',
'sign_key_file' => '',
'sign_key_pass' => '',
)),
),
),
),
2 =>
array (
'file' =>
'/homez.362/sciencea/www/de/wp-includes/pluggable.php',
'line' => 462,
'function' => 'do_action_ref_array',
'args' =>
array (
0 => 'phpmailer_init',
1 =>
array (
0 =>
PHPMailer::__set_state(array(
'Priority' => 3,
'CharSet' => 'utf-8',
'ContentType' => 'text/html',
'Encoding' => '8bit',
'ErrorInfo' => '',
'From' => 'ich@mail.de',
'FromName' => 'WPFBD',
'Sender' => '',
'Subject' => '( DEBUG - TO: abonnent@mail.de ) NEUER
TEST!! Warum kommt der Newsletter nicht an?',
'Body' => 'test',
'AltBody' => 'test',
'WordWrap' => 50,
'Mailer' => 'mail',
'Sendmail' => '/usr/sbin/sendmail',
'PluginDir' => '',
'Version' => '2.0.4',
'ConfirmReadingTo' => '',
'Hostname' => '',
'MessageID' => '',
'Host' => 'localhost',
'Port' => 25,
'Helo' => '',
'SMTPSecure' => '',
'SMTPAuth' => false,
'Username' => '',
'Password' => '',
'Timeout' => 10,
'SMTPDebug' => false,
'SMTPKeepAlive' => false,
'SingleTo' => false,
'smtp' => NULL,
'to' =>
array (
0 =>
array (
0 => 'autor@mail.de',
1 => '',
),
),
'cc' =>
array (
),
'bcc' =>
array (
),
'ReplyTo' =>
array (
),
'attachment' =>
array (
),
'CustomHeader' =>
array (
),
'message_type' => 'alt',
'boundary' =>
array (
1 => 'b1_952e81e16bea353920602078d6eca236',
2 => 'b2_952e81e16bea353920602078d6eca236',
),
'language' =>
array (
),
'error_count' => 0,
'LE' => '
',
'sign_cert_file' => '',
'sign_key_file' => '',
'sign_key_pass' => '',
)),
),
),
),
3 =>
array (
'file' =>
'/homez.362/sciencea/www/de/wp-content/plugins/alo-easymail/alo-easym
ail_functions.php',
'line' => 1466,
'function' => 'wp_mail',
'args' =>
array (
0 => 'autor@mail.de',
1 => '( DEBUG - TO: abonnent@mail.de ) NEUER TEST!! Warum
kommt der Newsletter nicht an?',
2 => 'test',
3 => 'From: ich@mail.de>
Content-Type: text/html; charset="utf-8"
',
),
),
4 =>
array (
'file' =>
'/homez.362/sciencea/www/de/wp-content/plugins/alo-easymail/alo-easym
ail_functions.php',
'line' => 1650,
'function' => 'alo_em_send_newsletter_to',
'args' =>
array (
0 =>
stdClass::__set_state(array(
'ID' => '2325',
'newsletter' => '3022',
'email' => 'abonnent@mail.de',
'result' => '0',
'lang' => '',
'unikey' => '5836f51d52fd1d741020cbfa',
'name' => '',
'user_id' => '8',
'subscriber' => '1080',
'firstname' => 'Sebastian',
)),
),
),
5 =>
array (
'function' => 'alo_em_batch_sending',
'args' =>
array (
),
),
6 =>
array (
'file' => '/homez.362/sciencea/www/de/wp-includes/plugin.php',
'line' => 473,
'function' => 'call_user_func_array',
'args' =>
array (
0 => 'alo_em_batch_sending',
1 =>
array (
),
),
),
7 =>
array (
'file' => '/homez.362/sciencea/www/de/wp-cron.php',
'line' => 55,
'function' => 'do_action_ref_array',
'args' =>
array (
0 => 'alo_em_batch',
1 =>
array (
),
),
),
),
)
