wpmatik adlı üyeden alıntı: mesajı görüntüle
Belirttiğiniz eklentiyi kullanmadım, birde şunu deneyin, ayarlar menüsünde Mailler: Send all WordPress.. seçeneği var bunu seçerseniz wordpressin gönderdiği tüm mailleri smtp ile gönderecektir.

test maili olarak admin maile mail gidiyor hotmaile gitmiyor.

her iki mailede gönderi yaptığımda aşağıdaki uyarıyı veriyor.

Test Message Sent

The result was:

bool(true)

The full debugging output is shown below:

object(PHPMailer)#10246 (69) {
["Version"]=>
string(5) "5.2.7"
["Priority"]=>
int(3)
["CharSet"]=>
string(5) "UTF-8"
["ContentType"]=>
string(10) "text/plain"
["Encoding"]=>
string(4) "8bit"
["ErrorInfo"]=>
string(0) ""
["From"]=>
string(25) "admin@xxxxxx.com"
["FromName"]=>
string(16) "xxxxx yyyyy"
["Sender"]=>
string(0) ""
["ReturnPath"]=>
string(0) ""
["Subject"]=>
string(52) "WP Mail SMTP: Test mail to admin@xxxxxx.com"
["Body"]=>
string(68) "This is a test email generated by the WP Mail SMTP WordPress plugin."
["AltBody"]=>
string(0) ""
["Ical"]=>
string(0) ""
["MIMEBody"rotected]=>
string(69) "This is a test email generated by the WP Mail SMTP WordPress plugin.
"
["MIMEHeader"rotected]=>
string(465) "Date: Wed, 3 Jun 2015 07:31:07 +0000
Return-Path:
To: admin@xxxxxx.com
From: xxxxx yyyyy
Subject: WP Mail SMTP: Test mail to admin@xxxxxx.com
Message-ID:
X-Priority: 3
X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

"
["mailHeader"rotected]=>
string(0) ""
["WordWrap"]=>
int(0)
["Mailer"]=>
string(4) "smtp"
["Sendmail"]=>
string(18) "/usr/sbin/sendmail"
["UseSendmailOptions"]=>
bool(true)
["PluginDir"]=>
string(0) ""
["ConfirmReadingTo"]=>
string(0) ""
["Hostname"]=>
string(0) ""
["MessageID"]=>
string(0) ""
["MessageDate"]=>
string(0) ""
["Host"]=>
string(24) "mail.xxxxxx.com"
["Port"]=>
string(3) "587"
["Helo"]=>
string(0) ""
["SMTPSecure"]=>
string(0) ""
["SMTPAuth"]=>
bool(false)
["Username"]=>
string(0) ""
["Password"]=>
string(0) ""
["AuthType"]=>
string(0) ""
["Realm"]=>
string(0) ""
["Workstation"]=>
string(0) ""
["Timeout"]=>
int(10)
["SMTPDebug"]=>
bool(true)
["Debugoutput"]=>
string(4) "echo"
["SMTPKeepAlive"]=>
bool(false)
["SingleTo"]=>
bool(false)
["SingleToArray"]=>
array(0) {
}
["do_verp"]=>
bool(false)
["AllowEmpty"]=>
bool(false)
["LE"]=>
string(1) "
"
["DKIM_selector"]=>
string(0) ""
["DKIM_identity"]=>
string(0) ""
["DKIM_passphrase"]=>
string(0) ""
["DKIM_domain"]=>
string(0) ""
["DKIM_private"]=>
string(0) ""
["action_function"]=>
string(0) ""
["XMailer"]=>
string(0) ""
["smtp"rotected]=>
object(SMTP)#10237 (12) {
["Version"]=>
string(5) "5.2.7"
["SMTP_PORT"]=>
int(25)
["CRLF"]=>
string(2) "
"
["do_debug"]=>
bool(true)
["Debugoutput"]=>
string(4) "echo"
["do_verp"]=>
bool(false)
["Timeout"]=>
int(10)
["Timelimit"]=>
int(30)
["smtp_conn"rotected]=>
int(0)
["error"rotected]=>
NULL
["helo_rply"rotected]=>
NULL
["last_reply"rotected]=>
string(43) "221 klotho.alastyr.com closing connection
"
}
["to"rotected]=>
array(1) {
[0]=>
array(2) {
[0]=>
string(25) "admin@xxxxxx.com"
[1]=>
string(0) ""
}
}
["cc"rotected]=>
array(0) {
}
["bcc"rotected]=>
array(0) {
}
["ReplyTo"rotected]=>
array(0) {
}
["all_recipients"rotected]=>
array(1) {
["admin@xxxxxx.com"]=>
bool(true)
}
["attachment"rotected]=>
array(0) {
}
["CustomHeader"rotected]=>
array(0) {
}
["lastMessageID"rotected]=>
string(58) ""
["message_type"rotected]=>
string(5) "plain"
["boundary"rotected]=>
array(3) {
[1]=>
string(35) "b1_e3ab6a5b9bf5de604f8c3c9d0919f916"
[2]=>
string(35) "b2_e3ab6a5b9bf5de604f8c3c9d0919f916"
[3]=>
string(35) "b3_e3ab6a5b9bf5de604f8c3c9d0919f916"
}
["language"rotected]=>
array(0) {
}
["error_count"rotected]=>
int(0)
["sign_cert_file"rotected]=>
string(0) ""
["sign_key_file"rotected]=>
string(0) ""
["sign_key_pass"rotected]=>
string(0) ""
["exceptions"rotected]=>
bool(true)
}

The SMTP debugging output is shown below: