Registration Email problem
-
So, I run S2M pro… and not Paypal Pro. Using the registration confirmation email (standard) for free or recurring member registration, the email is not sending. The username/password sends, but not the resulting registration email. We want this to send because it includes important information about donations received (we’re a non-profit) and includes our Tax ID number and amount of donation, which we’re required to report to the donor.
However, that email does not send. I’m not a programmer, but a pretty good tweaker if I know what I’m doing, and can generally can figure it out if I’m pointed in the right direction. I’m going to paste the log.txt file from the WP-Mail-Log plugin … this is from one free subscriber registration. Any ideas what I’m doing wrong?
—MARK—
array (
‘date’ => ‘Sat, 25 Jan 2014 17:24:13 +0000’,
‘args’ =>
array (
‘to’ => ‘[email protected]’,
‘subject’ => ‘[Marley\’s Mutts] New User Registration’,
‘message’ => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
‘headers’ => ”,
‘attachments’ =>
array (
),
),
‘backtrace’ =>
array (
0 =>
array (
‘function’ => ‘log_wp_mail’,
‘args’ =>
array (
0 =>
array (
‘to’ => ‘[email protected]’,
‘subject’ => ‘[Marley\’s Mutts] New User Registration’,
‘message’ => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
‘headers’ => ”,
‘attachments’ =>
array (
),
),
),
),
1 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/plugin.php’,
‘line’ => 199,
‘function’ => ‘call_user_func_array’,
‘args’ =>
array (
0 => ‘log_wp_mail’,
1 =>
array (
0 =>
array (
‘to’ => ‘[email protected]’,
‘subject’ => ‘[Marley\’s Mutts] New User Registration’,
‘message’ => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
‘headers’ => ”,
‘attachments’ =>
array (
),
),
),
),
),
2 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/pluggable.php’,
‘line’ => 216,
‘function’ => ‘apply_filters’,
‘args’ =>
array (
0 => ‘wp_mail’,
1 =>
array (
‘to’ => ‘[email protected]’,
‘subject’ => ‘[Marley\’s Mutts] New User Registration’,
‘message’ => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
‘headers’ => ”,
‘attachments’ =>
array (
),
),
),
),
3 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/pluggable.php’,
‘line’ => 1291,
‘function’ => ‘wp_mail’,
‘args’ =>
array (
0 => ‘[email protected]’,
1 => ‘[Marley\’s Mutts] New User Registration’,
2 => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
),
),
4 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/user.php’,
‘line’ => 1703,
‘function’ => ‘wp_new_user_notification’,
‘args’ =>
array (
0 => 5081,
1 => ‘njncdwKlwuVL’,
),
),
5 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-login.php’,
‘line’ => 662,
‘function’ => ‘register_new_user’,
‘args’ =>
array (
0 => ‘bretweir1791’,
1 => ‘[email protected]’,
),
),
),
)
—MARK—
array (
‘date’ => ‘Sat, 25 Jan 2014 17:24:13 +0000’,
‘args’ =>
PHPMailer::__set_state(array(
‘Priority’ => 3,
‘CharSet’ => ‘UTF-8’,
‘ContentType’ => ‘text/plain’,
‘Encoding’ => ‘8bit’,
‘ErrorInfo’ => ”,
‘From’ => ‘[email protected]’,
‘FromName’ => ‘Marley\’s Mutts’,
‘Sender’ => ”,
‘ReturnPath’ => ”,
‘Subject’ => ‘[Marley\’s Mutts] New User Registration’,
‘Body’ => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
‘AltBody’ => ”,
‘MIMEBody’ => ”,
‘MIMEHeader’ => ”,
‘mailHeader’ => ”,
‘WordWrap’ => 0,
‘Mailer’ => ‘mail’,
‘Sendmail’ => ‘/usr/sbin/sendmail’,
‘UseSendmailOptions’ => true,
‘PluginDir’ => ”,
‘ConfirmReadingTo’ => ”,
‘Hostname’ => ”,
‘MessageID’ => ”,
‘MessageDate’ => ”,
‘Host’ => ‘localhost’,
‘Port’ => 25,
‘Helo’ => ”,
‘SMTPSecure’ => ”,
‘SMTPAuth’ => false,
‘Username’ => ”,
‘Password’ => ”,
‘AuthType’ => ”,
‘Realm’ => ”,
‘Workstation’ => ”,
‘Timeout’ => 10,
‘SMTPDebug’ => false,
‘Debugoutput’ => ‘echo’,
‘SMTPKeepAlive’ => false,
‘SingleTo’ => false,
‘SingleToArray’ =>
array (
),
‘LE’ => ‘
‘,
‘DKIM_selector’ => ”,
‘DKIM_identity’ => ”,
‘DKIM_passphrase’ => ”,
‘DKIM_domain’ => ”,
‘DKIM_private’ => ”,
‘action_function’ => ”,
‘Version’ => ‘5.2.4’,
‘XMailer’ => ”,
‘smtp’ => NULL,
‘to’ =>
array (
0 =>
array (
0 => ‘[email protected]’,
1 => ”,
),
),
‘cc’ =>
array (
),
‘bcc’ =>
array (
),
‘ReplyTo’ =>
array (
),
‘all_recipients’ =>
array (
‘[email protected]’ => true,
),
‘attachment’ =>
array (
),
‘CustomHeader’ =>
array (
),
‘message_type’ => ”,
‘boundary’ =>
array (
),
‘language’ =>
array (
),
‘error_count’ => 0,
‘sign_cert_file’ => ”,
‘sign_key_file’ => ”,
‘sign_key_pass’ => ”,
‘exceptions’ => true,
)),
‘backtrace’ =>
array (
0 =>
array (
‘function’ => ‘log_wp_mail’,
‘args’ =>
array (
0 =>
PHPMailer::__set_state(array(
‘Priority’ => 3,
‘CharSet’ => ‘UTF-8’,
‘ContentType’ => ‘text/plain’,
‘Encoding’ => ‘8bit’,
‘ErrorInfo’ => ”,
‘From’ => ‘[email protected]’,
‘FromName’ => ‘Marley\’s Mutts’,
‘Sender’ => ”,
‘ReturnPath’ => ”,
‘Subject’ => ‘[Marley\’s Mutts] New User Registration’,
‘Body’ => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
‘AltBody’ => ”,
‘MIMEBody’ => ”,
‘MIMEHeader’ => ”,
‘mailHeader’ => ”,
‘WordWrap’ => 0,
‘Mailer’ => ‘mail’,
‘Sendmail’ => ‘/usr/sbin/sendmail’,
‘UseSendmailOptions’ => true,
‘PluginDir’ => ”,
‘ConfirmReadingTo’ => ”,
‘Hostname’ => ”,
‘MessageID’ => ”,
‘MessageDate’ => ”,
‘Host’ => ‘localhost’,
‘Port’ => 25,
‘Helo’ => ”,
‘SMTPSecure’ => ”,
‘SMTPAuth’ => false,
‘Username’ => ”,
‘Password’ => ”,
‘AuthType’ => ”,
‘Realm’ => ”,
‘Workstation’ => ”,
‘Timeout’ => 10,
‘SMTPDebug’ => false,
‘Debugoutput’ => ‘echo’,
‘SMTPKeepAlive’ => false,
‘SingleTo’ => false,
‘SingleToArray’ =>
array (
),
‘LE’ => ‘
‘,
‘DKIM_selector’ => ”,
‘DKIM_identity’ => ”,
‘DKIM_passphrase’ => ”,
‘DKIM_domain’ => ”,
‘DKIM_private’ => ”,
‘action_function’ => ”,
‘Version’ => ‘5.2.4’,
‘XMailer’ => ”,
‘smtp’ => NULL,
‘to’ =>
array (
0 =>
array (
0 => ‘[email protected]’,
1 => ”,
),
),
‘cc’ =>
array (
),
‘bcc’ =>
array (
),
‘ReplyTo’ =>
array (
),
‘all_recipients’ =>
array (
‘[email protected]’ => true,
),
‘attachment’ =>
array (
),
‘CustomHeader’ =>
array (
),
‘message_type’ => ”,
‘boundary’ =>
array (
),
‘language’ =>
array (
),
‘error_count’ => 0,
‘sign_cert_file’ => ”,
‘sign_key_file’ => ”,
‘sign_key_pass’ => ”,
‘exceptions’ => true,
)),
),
),
1 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/plugin.php’,
‘line’ => 507,
‘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/plain’,
‘Encoding’ => ‘8bit’,
‘ErrorInfo’ => ”,
‘From’ => ‘[email protected]’,
‘FromName’ => ‘Marley\’s Mutts’,
‘Sender’ => ”,
‘ReturnPath’ => ”,
‘Subject’ => ‘[Marley\’s Mutts] New User Registration’,
‘Body’ => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
‘AltBody’ => ”,
‘MIMEBody’ => ”,
‘MIMEHeader’ => ”,
‘mailHeader’ => ”,
‘WordWrap’ => 0,
‘Mailer’ => ‘mail’,
‘Sendmail’ => ‘/usr/sbin/sendmail’,
‘UseSendmailOptions’ => true,
‘PluginDir’ => ”,
‘ConfirmReadingTo’ => ”,
‘Hostname’ => ”,
‘MessageID’ => ”,
‘MessageDate’ => ”,
‘Host’ => ‘localhost’,
‘Port’ => 25,
‘Helo’ => ”,
‘SMTPSecure’ => ”,
‘SMTPAuth’ => false,
‘Username’ => ”,
‘Password’ => ”,
‘AuthType’ => ”,
‘Realm’ => ”,
‘Workstation’ => ”,
‘Timeout’ => 10,
‘SMTPDebug’ => false,
‘Debugoutput’ => ‘echo’,
‘SMTPKeepAlive’ => false,
‘SingleTo’ => false,
‘SingleToArray’ =>
array (
),
‘LE’ => ‘
‘,
‘DKIM_selector’ => ”,
‘DKIM_identity’ => ”,
‘DKIM_passphrase’ => ”,
‘DKIM_domain’ => ”,
‘DKIM_private’ => ”,
‘action_function’ => ”,
‘Version’ => ‘5.2.4’,
‘XMailer’ => ”,
‘smtp’ => NULL,
‘to’ =>
array (
0 =>
array (
0 => ‘[email protected]’,
1 => ”,
),
),
‘cc’ =>
array (
),
‘bcc’ =>
array (
),
‘ReplyTo’ =>
array (
),
‘all_recipients’ =>
array (
‘[email protected]’ => true,
),
‘attachment’ =>
array (
),
‘CustomHeader’ =>
array (
),
‘message_type’ => ”,
‘boundary’ =>
array (
),
‘language’ =>
array (
),
‘error_count’ => 0,
‘sign_cert_file’ => ”,
‘sign_key_file’ => ”,
‘sign_key_pass’ => ”,
‘exceptions’ => true,
)),
),
),
),
2 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/pluggable.php’,
‘line’ => 444,
‘function’ => ‘do_action_ref_array’,
‘args’ =>
array (
0 => ‘phpmailer_init’,
1 =>
array (
0 =>
PHPMailer::__set_state(array(
‘Priority’ => 3,
‘CharSet’ => ‘UTF-8’,
‘ContentType’ => ‘text/plain’,
‘Encoding’ => ‘8bit’,
‘ErrorInfo’ => ”,
‘From’ => ‘[email protected]’,
‘FromName’ => ‘Marley\’s Mutts’,
‘Sender’ => ”,
‘ReturnPath’ => ”,
‘Subject’ => ‘[Marley\’s Mutts] New User Registration’,
‘Body’ => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
‘AltBody’ => ”,
‘MIMEBody’ => ”,
‘MIMEHeader’ => ”,
‘mailHeader’ => ”,
‘WordWrap’ => 0,
‘Mailer’ => ‘mail’,
‘Sendmail’ => ‘/usr/sbin/sendmail’,
‘UseSendmailOptions’ => true,
‘PluginDir’ => ”,
‘ConfirmReadingTo’ => ”,
‘Hostname’ => ”,
‘MessageID’ => ”,
‘MessageDate’ => ”,
‘Host’ => ‘localhost’,
‘Port’ => 25,
‘Helo’ => ”,
‘SMTPSecure’ => ”,
‘SMTPAuth’ => false,
‘Username’ => ”,
‘Password’ => ”,
‘AuthType’ => ”,
‘Realm’ => ”,
‘Workstation’ => ”,
‘Timeout’ => 10,
‘SMTPDebug’ => false,
‘Debugoutput’ => ‘echo’,
‘SMTPKeepAlive’ => false,
‘SingleTo’ => false,
‘SingleToArray’ =>
array (
),
‘LE’ => ‘
‘,
‘DKIM_selector’ => ”,
‘DKIM_identity’ => ”,
‘DKIM_passphrase’ => ”,
‘DKIM_domain’ => ”,
‘DKIM_private’ => ”,
‘action_function’ => ”,
‘Version’ => ‘5.2.4’,
‘XMailer’ => ”,
‘smtp’ => NULL,
‘to’ =>
array (
0 =>
array (
0 => ‘[email protected]’,
1 => ”,
),
),
‘cc’ =>
array (
),
‘bcc’ =>
array (
),
‘ReplyTo’ =>
array (
),
‘all_recipients’ =>
array (
‘[email protected]’ => true,
),
‘attachment’ =>
array (
),
‘CustomHeader’ =>
array (
),
‘message_type’ => ”,
‘boundary’ =>
array (
),
‘language’ =>
array (
),
‘error_count’ => 0,
‘sign_cert_file’ => ”,
‘sign_key_file’ => ”,
‘sign_key_pass’ => ”,
‘exceptions’ => true,
)),
),
),
),
3 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/pluggable.php’,
‘line’ => 1291,
‘function’ => ‘wp_mail’,
‘args’ =>
array (
0 => ‘[email protected]’,
1 => ‘[Marley\’s Mutts] New User Registration’,
2 => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
),
),
4 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/user.php’,
‘line’ => 1703,
‘function’ => ‘wp_new_user_notification’,
‘args’ =>
array (
0 => 5081,
1 => ‘njncdwKlwuVL’,
),
),
5 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-login.php’,
‘line’ => 662,
‘function’ => ‘register_new_user’,
‘args’ =>
array (
0 => ‘bretweir1791’,
1 => ‘[email protected]’,
),
),
),
)
—MARK—
array (
‘date’ => ‘Sat, 25 Jan 2014 17:24:13 +0000’,
‘args’ =>
array (
‘to’ => ‘[email protected]’,
‘subject’ => ‘[Marley\’s Mutts] Your username and password’,
‘message’ => ‘Username: bretweir1791
Password: njncdwKlwuVL
https://marleysmutts.com/wp-login.php
‘,
‘headers’ => ”,
‘attachments’ =>
array (
),
),
‘backtrace’ =>
array (
0 =>
array (
‘function’ => ‘log_wp_mail’,
‘args’ =>
array (
0 =>
array (
‘to’ => ‘[email protected]’,
‘subject’ => ‘[Marley\’s Mutts] Your username and password’,
‘message’ => ‘Username: bretweir1791
Password: njncdwKlwuVL
https://marleysmutts.com/wp-login.php
‘,
‘headers’ => ”,
‘attachments’ =>
array (
),
),
),
),
1 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/plugin.php’,
‘line’ => 199,
‘function’ => ‘call_user_func_array’,
‘args’ =>
array (
0 => ‘log_wp_mail’,
1 =>
array (
0 =>
array (
‘to’ => ‘[email protected]’,
‘subject’ => ‘[Marley\’s Mutts] Your username and password’,
‘message’ => ‘Username: bretweir1791
Password: njncdwKlwuVL
https://marleysmutts.com/wp-login.php
‘,
‘headers’ => ”,
‘attachments’ =>
array (
),
),
),
),
),
2 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/pluggable.php’,
‘line’ => 216,
‘function’ => ‘apply_filters’,
‘args’ =>
array (
0 => ‘wp_mail’,
1 =>
array (
‘to’ => ‘[email protected]’,
‘subject’ => ‘[Marley\’s Mutts] Your username and password’,
‘message’ => ‘Username: bretweir1791
Password: njncdwKlwuVL
https://marleysmutts.com/wp-login.php
‘,
‘headers’ => ”,
‘attachments’ =>
array (
),
),
),
),
3 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/pluggable.php’,
‘line’ => 1300,
‘function’ => ‘wp_mail’,
‘args’ =>
array (
0 => ‘[email protected]’,
1 => ‘[Marley\’s Mutts] Your username and password’,
2 => ‘Username: bretweir1791
Password: njncdwKlwuVL
https://marleysmutts.com/wp-login.php
‘,
),
),
4 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/user.php’,
‘line’ => 1703,
‘function’ => ‘wp_new_user_notification’,
‘args’ =>
array (
0 => 5081,
1 => ‘njncdwKlwuVL’,
),
),
5 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-login.php’,
‘line’ => 662,
‘function’ => ‘register_new_user’,
‘args’ =>
array (
0 => ‘bretweir1791’,
1 => ‘[email protected]’,
),
),
),
)
—MARK—
array (
‘date’ => ‘Sat, 25 Jan 2014 17:24:13 +0000’,
‘args’ =>
PHPMailer::__set_state(array(
‘Priority’ => 3,
‘CharSet’ => ‘UTF-8’,
‘ContentType’ => ‘text/plain’,
‘Encoding’ => ‘8bit’,
‘ErrorInfo’ => ”,
‘From’ => ‘[email protected]’,
‘FromName’ => ‘Marley\’s Mutts’,
‘Sender’ => ”,
‘ReturnPath’ => ”,
‘Subject’ => ‘[Marley\’s Mutts] Your username and password’,
‘Body’ => ‘Username: bretweir1791
Password: njncdwKlwuVL
https://marleysmutts.com/wp-login.php
‘,
‘AltBody’ => ”,
‘MIMEBody’ => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
‘MIMEHeader’ => ‘Date: Sat, 25 Jan 2014 17:24:13 +0000
Return-Path: [email protected]
From: Marley\’s Mutts <[email protected]>
Message-ID: <[email protected]>
X-Priority: 3
X-Mailer: PHPMailer 5.2.4 (https://code.google.com/a/apache-extras.org/p/phpmailer/)
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=UTF-8
‘,
‘mailHeader’ => ‘To: [email protected]
Subject: [Marley\’s Mutts] New User Registration
‘,
‘WordWrap’ => 0,
‘Mailer’ => ‘mail’,
‘Sendmail’ => ‘/usr/sbin/sendmail’,
‘UseSendmailOptions’ => true,
‘PluginDir’ => ”,
‘ConfirmReadingTo’ => ”,
‘Hostname’ => ”,
‘MessageID’ => ”,
‘MessageDate’ => ”,
‘Host’ => ‘localhost’,
‘Port’ => 25,
‘Helo’ => ”,
‘SMTPSecure’ => ”,
‘SMTPAuth’ => false,
‘Username’ => ”,
‘Password’ => ”,
‘AuthType’ => ”,
‘Realm’ => ”,
‘Workstation’ => ”,
‘Timeout’ => 10,
‘SMTPDebug’ => false,
‘Debugoutput’ => ‘echo’,
‘SMTPKeepAlive’ => false,
‘SingleTo’ => false,
‘SingleToArray’ =>
array (
),
‘LE’ => ‘
‘,
‘DKIM_selector’ => ”,
‘DKIM_identity’ => ”,
‘DKIM_passphrase’ => ”,
‘DKIM_domain’ => ”,
‘DKIM_private’ => ”,
‘action_function’ => ”,
‘Version’ => ‘5.2.4’,
‘XMailer’ => ”,
‘smtp’ => NULL,
‘to’ =>
array (
0 =>
array (
0 => ‘[email protected]’,
1 => ”,
),
),
‘cc’ =>
array (
),
‘bcc’ =>
array (
),
‘ReplyTo’ =>
array (
),
‘all_recipients’ =>
array (
‘[email protected]’ => true,
),
‘attachment’ =>
array (
),
‘CustomHeader’ =>
array (
),
‘message_type’ => ‘plain’,
‘boundary’ =>
array (
1 => ‘b1_be451df6010e68a4f2cf523799719d83’,
2 => ‘b2_be451df6010e68a4f2cf523799719d83’,
3 => ‘b3_be451df6010e68a4f2cf523799719d83’,
),
‘language’ =>
array (
),
‘error_count’ => 0,
‘sign_cert_file’ => ”,
‘sign_key_file’ => ”,
‘sign_key_pass’ => ”,
‘exceptions’ => true,
)),
‘backtrace’ =>
array (
0 =>
array (
‘function’ => ‘log_wp_mail’,
‘args’ =>
array (
0 =>
PHPMailer::__set_state(array(
‘Priority’ => 3,
‘CharSet’ => ‘UTF-8’,
‘ContentType’ => ‘text/plain’,
‘Encoding’ => ‘8bit’,
‘ErrorInfo’ => ”,
‘From’ => ‘[email protected]’,
‘FromName’ => ‘Marley\’s Mutts’,
‘Sender’ => ”,
‘ReturnPath’ => ”,
‘Subject’ => ‘[Marley\’s Mutts] Your username and password’,
‘Body’ => ‘Username: bretweir1791
Password: njncdwKlwuVL
https://marleysmutts.com/wp-login.php
‘,
‘AltBody’ => ”,
‘MIMEBody’ => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
‘MIMEHeader’ => ‘Date: Sat, 25 Jan 2014 17:24:13 +0000
Return-Path: [email protected]
From: Marley\’s Mutts <[email protected]>
Message-ID: <[email protected]>
X-Priority: 3
X-Mailer: PHPMailer 5.2.4 (https://code.google.com/a/apache-extras.org/p/phpmailer/)
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=UTF-8
‘,
‘mailHeader’ => ‘To: [email protected]
Subject: [Marley\’s Mutts] New User Registration
‘,
‘WordWrap’ => 0,
‘Mailer’ => ‘mail’,
‘Sendmail’ => ‘/usr/sbin/sendmail’,
‘UseSendmailOptions’ => true,
‘PluginDir’ => ”,
‘ConfirmReadingTo’ => ”,
‘Hostname’ => ”,
‘MessageID’ => ”,
‘MessageDate’ => ”,
‘Host’ => ‘localhost’,
‘Port’ => 25,
‘Helo’ => ”,
‘SMTPSecure’ => ”,
‘SMTPAuth’ => false,
‘Username’ => ”,
‘Password’ => ”,
‘AuthType’ => ”,
‘Realm’ => ”,
‘Workstation’ => ”,
‘Timeout’ => 10,
‘SMTPDebug’ => false,
‘Debugoutput’ => ‘echo’,
‘SMTPKeepAlive’ => false,
‘SingleTo’ => false,
‘SingleToArray’ =>
array (
),
‘LE’ => ‘
‘,
‘DKIM_selector’ => ”,
‘DKIM_identity’ => ”,
‘DKIM_passphrase’ => ”,
‘DKIM_domain’ => ”,
‘DKIM_private’ => ”,
‘action_function’ => ”,
‘Version’ => ‘5.2.4’,
‘XMailer’ => ”,
‘smtp’ => NULL,
‘to’ =>
array (
0 =>
array (
0 => ‘[email protected]’,
1 => ”,
),
),
‘cc’ =>
array (
),
‘bcc’ =>
array (
),
‘ReplyTo’ =>
array (
),
‘all_recipients’ =>
array (
‘[email protected]’ => true,
),
‘attachment’ =>
array (
),
‘CustomHeader’ =>
array (
),
‘message_type’ => ‘plain’,
‘boundary’ =>
array (
1 => ‘b1_be451df6010e68a4f2cf523799719d83’,
2 => ‘b2_be451df6010e68a4f2cf523799719d83’,
3 => ‘b3_be451df6010e68a4f2cf523799719d83’,
),
‘language’ =>
array (
),
‘error_count’ => 0,
‘sign_cert_file’ => ”,
‘sign_key_file’ => ”,
‘sign_key_pass’ => ”,
‘exceptions’ => true,
)),
),
),
1 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/plugin.php’,
‘line’ => 507,
‘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/plain’,
‘Encoding’ => ‘8bit’,
‘ErrorInfo’ => ”,
‘From’ => ‘[email protected]’,
‘FromName’ => ‘Marley\’s Mutts’,
‘Sender’ => ”,
‘ReturnPath’ => ”,
‘Subject’ => ‘[Marley\’s Mutts] Your username and password’,
‘Body’ => ‘Username: bretweir1791
Password: njncdwKlwuVL
https://marleysmutts.com/wp-login.php
‘,
‘AltBody’ => ”,
‘MIMEBody’ => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
‘MIMEHeader’ => ‘Date: Sat, 25 Jan 2014 17:24:13 +0000
Return-Path: [email protected]
From: Marley\’s Mutts <[email protected]>
Message-ID: <[email protected]>
X-Priority: 3
X-Mailer: PHPMailer 5.2.4 (https://code.google.com/a/apache-extras.org/p/phpmailer/)
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=UTF-8
‘,
‘mailHeader’ => ‘To: [email protected]
Subject: [Marley\’s Mutts] New User Registration
‘,
‘WordWrap’ => 0,
‘Mailer’ => ‘mail’,
‘Sendmail’ => ‘/usr/sbin/sendmail’,
‘UseSendmailOptions’ => true,
‘PluginDir’ => ”,
‘ConfirmReadingTo’ => ”,
‘Hostname’ => ”,
‘MessageID’ => ”,
‘MessageDate’ => ”,
‘Host’ => ‘localhost’,
‘Port’ => 25,
‘Helo’ => ”,
‘SMTPSecure’ => ”,
‘SMTPAuth’ => false,
‘Username’ => ”,
‘Password’ => ”,
‘AuthType’ => ”,
‘Realm’ => ”,
‘Workstation’ => ”,
‘Timeout’ => 10,
‘SMTPDebug’ => false,
‘Debugoutput’ => ‘echo’,
‘SMTPKeepAlive’ => false,
‘SingleTo’ => false,
‘SingleToArray’ =>
array (
),
‘LE’ => ‘
‘,
‘DKIM_selector’ => ”,
‘DKIM_identity’ => ”,
‘DKIM_passphrase’ => ”,
‘DKIM_domain’ => ”,
‘DKIM_private’ => ”,
‘action_function’ => ”,
‘Version’ => ‘5.2.4’,
‘XMailer’ => ”,
‘smtp’ => NULL,
‘to’ =>
array (
0 =>
array (
0 => ‘[email protected]’,
1 => ”,
),
),
‘cc’ =>
array (
),
‘bcc’ =>
array (
),
‘ReplyTo’ =>
array (
),
‘all_recipients’ =>
array (
‘[email protected]’ => true,
),
‘attachment’ =>
array (
),
‘CustomHeader’ =>
array (
),
‘message_type’ => ‘plain’,
‘boundary’ =>
array (
1 => ‘b1_be451df6010e68a4f2cf523799719d83’,
2 => ‘b2_be451df6010e68a4f2cf523799719d83’,
3 => ‘b3_be451df6010e68a4f2cf523799719d83’,
),
‘language’ =>
array (
),
‘error_count’ => 0,
‘sign_cert_file’ => ”,
‘sign_key_file’ => ”,
‘sign_key_pass’ => ”,
‘exceptions’ => true,
)),
),
),
),
2 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/pluggable.php’,
‘line’ => 444,
‘function’ => ‘do_action_ref_array’,
‘args’ =>
array (
0 => ‘phpmailer_init’,
1 =>
array (
0 =>
PHPMailer::__set_state(array(
‘Priority’ => 3,
‘CharSet’ => ‘UTF-8’,
‘ContentType’ => ‘text/plain’,
‘Encoding’ => ‘8bit’,
‘ErrorInfo’ => ”,
‘From’ => ‘[email protected]’,
‘FromName’ => ‘Marley\’s Mutts’,
‘Sender’ => ”,
‘ReturnPath’ => ”,
‘Subject’ => ‘[Marley\’s Mutts] Your username and password’,
‘Body’ => ‘Username: bretweir1791
Password: njncdwKlwuVL
https://marleysmutts.com/wp-login.php
‘,
‘AltBody’ => ”,
‘MIMEBody’ => ‘New user registration on your site Marley\’s Mutts:Username: bretweir1791
E-mail: [email protected]
‘,
‘MIMEHeader’ => ‘Date: Sat, 25 Jan 2014 17:24:13 +0000
Return-Path: [email protected]
From: Marley\’s Mutts <[email protected]>
Message-ID: <[email protected]>
X-Priority: 3
X-Mailer: PHPMailer 5.2.4 (https://code.google.com/a/apache-extras.org/p/phpmailer/)
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=UTF-8
‘,
‘mailHeader’ => ‘To: [email protected]
Subject: [Marley\’s Mutts] New User Registration
‘,
‘WordWrap’ => 0,
‘Mailer’ => ‘mail’,
‘Sendmail’ => ‘/usr/sbin/sendmail’,
‘UseSendmailOptions’ => true,
‘PluginDir’ => ”,
‘ConfirmReadingTo’ => ”,
‘Hostname’ => ”,
‘MessageID’ => ”,
‘MessageDate’ => ”,
‘Host’ => ‘localhost’,
‘Port’ => 25,
‘Helo’ => ”,
‘SMTPSecure’ => ”,
‘SMTPAuth’ => false,
‘Username’ => ”,
‘Password’ => ”,
‘AuthType’ => ”,
‘Realm’ => ”,
‘Workstation’ => ”,
‘Timeout’ => 10,
‘SMTPDebug’ => false,
‘Debugoutput’ => ‘echo’,
‘SMTPKeepAlive’ => false,
‘SingleTo’ => false,
‘SingleToArray’ =>
array (
),
‘LE’ => ‘
‘,
‘DKIM_selector’ => ”,
‘DKIM_identity’ => ”,
‘DKIM_passphrase’ => ”,
‘DKIM_domain’ => ”,
‘DKIM_private’ => ”,
‘action_function’ => ”,
‘Version’ => ‘5.2.4’,
‘XMailer’ => ”,
‘smtp’ => NULL,
‘to’ =>
array (
0 =>
array (
0 => ‘[email protected]’,
1 => ”,
),
),
‘cc’ =>
array (
),
‘bcc’ =>
array (
),
‘ReplyTo’ =>
array (
),
‘all_recipients’ =>
array (
‘[email protected]’ => true,
),
‘attachment’ =>
array (
),
‘CustomHeader’ =>
array (
),
‘message_type’ => ‘plain’,
‘boundary’ =>
array (
1 => ‘b1_be451df6010e68a4f2cf523799719d83’,
2 => ‘b2_be451df6010e68a4f2cf523799719d83’,
3 => ‘b3_be451df6010e68a4f2cf523799719d83’,
),
‘language’ =>
array (
),
‘error_count’ => 0,
‘sign_cert_file’ => ”,
‘sign_key_file’ => ”,
‘sign_key_pass’ => ”,
‘exceptions’ => true,
)),
),
),
),
3 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/pluggable.php’,
‘line’ => 1300,
‘function’ => ‘wp_mail’,
‘args’ =>
array (
0 => ‘[email protected]’,
1 => ‘[Marley\’s Mutts] Your username and password’,
2 => ‘Username: bretweir1791
Password: njncdwKlwuVL
https://marleysmutts.com/wp-login.php
‘,
),
),
4 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-includes/user.php’,
‘line’ => 1703,
‘function’ => ‘wp_new_user_notification’,
‘args’ =>
array (
0 => 5081,
1 => ‘njncdwKlwuVL’,
),
),
5 =>
array (
‘file’ => ‘/home/marleysm/public_html/wp-login.php’,
‘line’ => 662,
‘function’ => ‘register_new_user’,
‘args’ =>
array (
0 => ‘bretweir1791’,
1 => ‘[email protected]’,
),
),
),
)
- The topic ‘Registration Email problem’ is closed to new replies.