Not receiving verification emails
-
is anybody going through the same problem with me? or have the answer for this?
I am not receiving verification emails which I am suppose to, to approve my customer’s role.I went through all the sites to figure out how to make this work,
but none of the way they mentioned on the internet worked for me.I downloaded a WP mail SMTP, and from that on I am lost. I do not know what and where I’m doing wrong.
Well.. If I can have this work out without using another plugin, that would be the best option.
However, if I need to download a extra plugin to make it work then it is also fine with me.Now, this is the error I am getting, when I send out the test email.
——————————————————————————-
Test Message Sent
The result was:bool(true) The full debugging output is shown below: object(PHPMailer)#7825 (75) { ["Version"]=> string(6) "5.2.14" ["Priority"]=> NULL ["CharSet"]=> string(5) "UTF-8" ["ContentType"]=> string(10) "text/plain" ["Encoding"]=> string(4) "8bit" ["ErrorInfo"]=> string(0) "" ["From"]=> string(17) "teamk@onteamk.com" ["FromName"]=> string(10) "beansquare" ["Sender"]=> string(17) "teamk@onteamk.com" ["ReturnPath"]=> string(0) "" ["Subject"]=> string(44) "WP Mail SMTP: Test mail to teamk@onteamk.com" ["Body"]=> string(68) "This is a test email generated by the WP Mail SMTP WordPress plugin." ["AltBody"]=> string(0) "" ["Ical"]=> string(0) "" ["MIMEBody":protected]=> string(69) "This is a test email generated by the WP Mail SMTP WordPress plugin. " ["MIMEHeader":protected]=> string(301) "Date: Wed, 7 Sep 2016 06:34:55 +0000 From: beansquare Message-ID: X-Mailer: PHPMailer 5.2.14 (https://github.com/PHPMailer/PHPMailer) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit " ["mailHeader":protected]=> string(76) "To: teamk@onteamk.com Subject: WP Mail SMTP: Test mail to teamk@onteamk.com " ["WordWrap"]=> int(0) ["Mailer"]=> string(4) "mail" ["Sendmail"]=> string(18) "/usr/sbin/sendmail" ["UseSendmailOptions"]=> bool(true) ["PluginDir"]=> string(0) "" ["ConfirmReadingTo"]=> string(0) "" ["Hostname"]=> string(0) "" ["MessageID"]=> string(0) "" ["MessageDate"]=> string(30) "Wed, 7 Sep 2016 06:34:55 +0000" ["Host"]=> string(9) "localhost" ["Port"]=> int(25) ["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) "" ["action_function"]=> string(0) "" ["XMailer"]=> string(0) "" ["smtp":protected]=> NULL ["to":protected]=> array(1) { [0]=> array(2) { [0]=> string(17) "teamk@onteamk.com" [1]=> string(0) "" } } ["cc":protected]=> array(0) { } ["bcc":protected]=> array(0) { } ["ReplyTo":protected]=> array(0) { } ["all_recipients":protected]=> array(1) { ["teamk@onteamk.com"]=> bool(true) } ["RecipientsQueue":protected]=> array(0) { } ["ReplyToQueue":protected]=> array(0) { } ["attachment":protected]=> array(0) { } ["CustomHeader":protected]=> array(0) { } ["lastMessageID":protected]=> string(56) "" ["message_type":protected]=> string(5) "plain" ["boundary":protected]=> array(3) { [1]=> string(35) "b1_b174d115801e4e072d3bddaa4d88a700" [2]=> string(35) "b2_b174d115801e4e072d3bddaa4d88a700" [3]=> string(35) "b3_b174d115801e4e072d3bddaa4d88a700" } ["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(true) ["uniqueid":protected]=> string(32) "b174d115801e4e072d3bddaa4d88a700" }
The SMTP debugging output is shown below:
——————————————————————————
I have set the mailer on ‘Use the PHP mail() function to send emails’ for right now.
but I also have tried send all ‘WordPress emails via SMTP’ and still did not work. same result.SMTP Host is set as ‘localhost’
SMTP Port is set as ’25’
did not set up any Encryption.
and Yes, I am using the SMTP authentication.Please!! I need to get my site working by next week. and I am stuck with this for past two days.
- You must be logged in to reply to this topic.