casinojames
Forum Replies Created
-
There is no debug message. It says that it was sent successfully.
But it still doesn’t arrive
Is this helpful?
The test email has been sent by WordPress. Please note this does NOT mean it has been delivered. See wp_mail in the Codex for more information. The headers sent were:
MIME-Version: 1.0\r\n
From: [email protected]\r\n
Content-Type: text/plain; charset=”UTF-8″\r\n
Current mail settings
SendMail path (UNIX): /usr/sbin/sendmail -t -iSMTP server (Windows): localhost
SMTP port (Windows): 25
Add X header: 1
Sendgrid is selected
I can send the test email to email addresses at our domain westfavershamca.org, and they arrive in the spam folder.
They don’t get through to my gmail account at all.
They also don’t appear as being sent at https://app.sendgrid.com/ even though they are getting through to some spam folders?
I have no idea how to clear those caches using cpanel
ok.
That has changed things. Now it says that it was sent, but it still doesn’t arrive in the inbox or spam folder.
Test Message Sent
The result was:
bool(true)
The full debugging output is shown below:object(WPMailSMTP\MailCatcher)#2431 (76) {
[“Version”]=>
string(6) “5.2.22”
[“Priority”]=>
NULL
[“CharSet”]=>
string(5) “UTF-8”
[“ContentType”]=>
string(9) “text/html”
[“Encoding”]=>
string(4) “7bit”
[“ErrorInfo”]=>
string(0) “”
[“From”]=>
string(30) “[email protected]”
[“FromName”]=>
string(31) “west faversham community centre”
[“Sender”]=>
string(30) “[email protected]”
[“ReturnPath”]=>
string(0) “”
[“Subject”]=>
string(4) “test”
[“Body”]=>
string(72) “This is a test email generated by the WP SendGrid SMTP WordPress plugin.”
[“AltBody”]=>
string(0) “”
[“Ical”]=>
string(0) “”
[“MIMEBody”:protected]=>
string(73) “This is a test email generated by the WP SendGrid SMTP WordPress plugin.
”
[“MIMEHeader”:protected]=>
string(327) “Date: Fri, 12 Jan 2018 14:14:26 +0000
To: [email protected]
From: west faversham community centre
Subject: test
Message-ID: <[email protected]>
X-Mailer: WPMailSMTP/Mailer/sendgrid 1.2.2
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8”
[“mailHeader”:protected]=>
string(0) “”
[“WordWrap”]=>
int(0)
[“Mailer”]=>
string(8) “sendgrid”
[“Sendmail”]=>
string(18) “/usr/sbin/sendmail”
[“UseSendmailOptions”]=>
bool(true)
[“PluginDir”]=>
string(0) “”
[“ConfirmReadingTo”]=>
string(0) “”
[“Hostname”]=>
string(0) “”
[“MessageID”]=>
string(0) “”
[“MessageDate”]=>
string(31) “Fri, 12 Jan 2018 14:14:26 +0000”
[“Host”]=>
string(17) “smtp.sendgrid.net”
[“Port”]=>
string(3) “587”
[“Helo”]=>
string(0) “”
[“SMTPSecure”]=>
string(0) “”
[“SMTPAutoTLS”]=>
bool(true)
[“SMTPAuth”]=>
bool(false)
[“SMTPOptions”]=>
array(0) {
}
[“Username”]=>
string(0) “”
[“Password”]=>
string(0) “”
[“AuthType”]=>
string(0) “”
[“Realm”]=>
string(0) “”
[“Workstation”]=>
string(0) “”
[“Timeout”]=>
int(300)
[“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) “”
[“DKIM_private_string”]=>
string(0) “”
[“action_function”]=>
string(0) “”
[“XMailer”]=>
string(32) “WPMailSMTP/Mailer/sendgrid 1.2.2”
[“smtp”:protected]=>
NULL
[“to”:protected]=>
array(1) {
[0]=>
array(2) {
[0]=>
string(31) “[email protected]”
[1]=>
string(0) “”
}
}
[“cc”:protected]=>
array(0) {
}
[“bcc”:protected]=>
array(0) {
}
[“ReplyTo”:protected]=>
array(0) {
}
[“all_recipients”:protected]=>
array(1) {
[“[email protected]”]=>
bool(true)
}
[“RecipientsQueue”:protected]=>
array(0) {
}
[“ReplyToQueue”:protected]=>
array(0) {
}
[“attachment”:protected]=>
array(0) {
}
[“CustomHeader”:protected]=>
array(0) {
}
[“lastMessageID”:protected]=>
string(54) “<[email protected]>”
[“message_type”:protected]=>
string(5) “plain”
[“boundary”:protected]=>
array(3) {
[1]=>
string(35) “b1_047cce04435301efb5bf08b7ad1060c6”
[2]=>
string(35) “b2_047cce04435301efb5bf08b7ad1060c6”
[3]=>
string(35) “b3_047cce04435301efb5bf08b7ad1060c6”
}
[“language”:protected]=>
array(0) {
}
[“error_count”:protected]=>
int(0)
[“sign_cert_file”:protected]=>
string(0) “”
[“sign_key_file”:protected]=>
string(0) “”
[“sign_extracerts_file”:protected]=>
string(0) “”
[“sign_key_pass”:protected]=>
string(0) “”
[“exceptions”:protected]=>
bool(false)
[“uniqueid”:protected]=>
string(32) “047cce04435301efb5bf08b7ad1060c6”
}
The SMTP debugging output is shown below:It appears to be configured correctly at my end?
The email is entered, Sendgrid is selected, return path box is ticked, and API key is entered.
On the sendgrid settings page the API key is entered, send mail set to SMTP, port 587, Name sending address and reply address are filled in.
I’m still getting the same error
There was a problem while sending a test email. Related debugging output is shown below:
Versions:
WordPress: 4.9.1
WordPress MS: No
PHP: 7.1.13
WP Mail SMTP: 1.2.2Params:
Mailer: mail
Constants: No
Api Key: YesAny ideas?