Quantcast
Channel: WordPress.org Forums » [WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Support
Viewing all 4992 articles
Browse latest View live

Link in Settings does not work

$
0
0

Replies: 1

Howdy, Jase from Australia

Just thought Id touch base about a link in plugin that does not work.

See link image provided below

http://prntscr.com/h3blt7


0.11 Fatal error

$
0
0

Replies: 1

The plugin generates a PHP error:

PHP Parse error:  syntax error, unexpected '[' in /public_html/wp-content/plugins/wp-mail-smtp/class-wpms-am-notification.php on line 498,

changed said call from:

$notifications = $this->get_plugin_notifications( -1, [ 'post_status' => 'all', 'meta_key' => 'notification_id', 'meta_value' => $id ] );

to

$notifications = $this->get_plugin_notifications( -1, array( 'post_status' => 'all', 'meta_key' => 'notification_id', 'meta_value' => $id ) );

Seems to fix it

settings does not send email

$
0
0

Replies: 1

hey i tried setting the smtp setting to the gmail settings that was given in your faq. any possible reason im still not able to send the test emails and receive emails from my forms? im using contact form7

Office365 SMTP not working on Bluehost

$
0
0

Replies: 1

Domain hosting: Bluehost
Email hosting: Office365

I am not able to pass the SMTP configuration test.

Error message: SMTP Error: Could not connect to SMTP host!

  • This topic was modified 5 hours, 26 minutes ago by zheyong91.

can i use your plugin to go round the mailfunction – wp_mail function

$
0
0

Replies: 0

good day dear developer of the wp-mail-smtp,

i came across your great plugin.

i allready have begun to track the issue – but i do not know where to be looking.

have done some testings and also allready testrunned a test script on the site to test my WordPress email settings.
i am not sure if the wp_mail function is both working and sending email.

question: do i have luck with your plugin – in other words: can i use your plugin to go round the mailfunction – wp_mail function

love to hear from you
regards say

note: i have done some testings – according to those pages: http://www.butlerblog.com/2011/07/08/change-wordpress-email-from-address-without-a-plugin/

“SMTP Error: Could not connect to SMTP host.” error message

$
0
0

Replies: 0

Hi,
I’m trying to set up SendGrid smtp but it doesn’t connect to SendGrid. I’ve checked my SendGrid info and everything is correct.

I’m using TLS with port 587. I’m using the same settings in Outlook and Gmail and I’m able to send emails fine through SendGrid.

Failed Emails

$
0
0

Replies: 0

Hello,

I tested this plugin the first time around after configuring with the Gmail settings as instructed. The test email sent the first time. Then I tested some of my Woocommerce emails and they failed. I then activated WP Mail Log plugin to make sure the emails were being sent. They were being captured at first, but no longer are. Now the test emails via WP Mail SMTP plugin aren’t going through either. Please see the debug output below (minus my gmail password).

Please advise, any help would be greatly appreciated. I’ll be happy to provide any other details necessary.

Thanks!

——–

Test Message Sent
The result was:
bool(false)
The full debugging output is shown below:
PHPMailer Object
(
[Version] => 5.2.22
[Priority] =>
[CharSet] => UTF-8
[ContentType] => text/plain
[Encoding] => 7bit
[ErrorInfo] => SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
[From] => info@diretechnology.com
[FromName] => DIRE Technology
[Sender] => info@diretechnology.com
[ReturnPath] =>
[Subject] => WP Mail SMTP: Test mail to jckim134@gmail.com
[Body] => This is a test email generated by the WP Mail SMTP WordPress plugin.
[AltBody] =>
[Ical] =>
[MIMEBody:protected] => This is a test email generated by the WP Mail SMTP WordPress plugin.

[MIMEHeader:protected] => Date: Fri, 3 Nov 2017 03:50:57 +0000
To: jckim134@gmail.com
From: DIRE Technology
Subject: WP Mail SMTP: Test mail to jckim134@gmail.com
Message-ID:
X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8

[mailHeader:protected] =>
[WordWrap] => 0
[Mailer] => smtp
[Sendmail] => /usr/sbin/sendmail
[UseSendmailOptions] => 1
[PluginDir] =>
[ConfirmReadingTo] =>
[Hostname] =>
[MessageID] =>
[MessageDate] => Fri, 3 Nov 2017 03:50:57 +0000
[Host] => smtp.gmail.com
[Port] => 465
[Helo] =>
[SMTPSecure] => ssl
[SMTPAutoTLS] => 1
[SMTPAuth] => 1
[SMTPOptions] => Array
(
)

[Username] => jon@diretechnology.com
[Password] => ************
[AuthType] =>
[Realm] =>
[Workstation] =>
[Timeout] => 300
[SMTPDebug] => 0
[Debugoutput] => echo
[SMTPKeepAlive] =>
[SingleTo] =>
[SingleToArray] => Array
(
)

[do_verp] =>
[AllowEmpty] =>
[LE] =>

[DKIM_selector] =>
[DKIM_identity] =>
[DKIM_passphrase] =>
[DKIM_domain] =>
[DKIM_private] =>
[DKIM_private_string] =>
[action_function] =>
[XMailer] =>
[smtp:protected] => SMTP Object
(
[Version] => 5.2.22
[SMTP_PORT] => 25
[CRLF] =>

[do_debug] => 0
[Debugoutput] => echo
[do_verp] =>
[Timeout] => 300
[Timelimit] => 300
[smtp_transaction_id_patterns:protected] => Array
(
[exim] => /[0-9]{3} OK id=(.*)/
[sendmail] => /[0-9]{3} 2.0.0 (.*) Message/
[postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/
)

[smtp_conn:protected] =>
[error:protected] => Array
(
[error] =>
[detail] =>
[smtp_code] =>
[smtp_code_ex] =>
)

[helo_rply:protected] =>
[server_caps:protected] =>
[last_reply:protected] =>
)

[to:protected] => Array
(
[0] => Array
(
[0] => jckim134@gmail.com
[1] =>
)

)

[cc:protected] => Array
(
)

[bcc:protected] => Array
(
)

[ReplyTo:protected] => Array
(
)

[all_recipients:protected] => Array
(
[jckim134@gmail.com] => 1
)

[RecipientsQueue:protected] => Array
(
)

[ReplyToQueue:protected] => Array
(
)

[attachment:protected] => Array
(
)

[CustomHeader:protected] => Array
(
)

[lastMessageID:protected] =>
[message_type:protected] => plain
[boundary:protected] => Array
(
[1] => b1_b936d6a131a47031cbf8516a98922ba1
[2] => b2_b936d6a131a47031cbf8516a98922ba1
[3] => b3_b936d6a131a47031cbf8516a98922ba1
)

[language:protected] => Array
(
[authenticate] => SMTP Error: Could not authenticate.
[connect_host] => SMTP Error: Could not connect to SMTP host.
[data_not_accepted] => SMTP Error: data not accepted.
[empty_message] => Message body empty
[encoding] => Unknown encoding:
[execute] => Could not execute:
[file_access] => Could not access file:
[file_open] => File Error: Could not open file:
[from_failed] => The following From address failed:
[instantiate] => Could not instantiate mail function.
[invalid_address] => Invalid address:
[mailer_not_supported] => mailer is not supported.
[provide_address] => You must provide at least one recipient email address.
[recipients_failed] => SMTP Error: The following recipients failed:
[signing] => Signing Error:
[smtp_connect_failed] => SMTP connect() failed.
[smtp_error] => SMTP server error:
[variable_set] => Cannot set or reset variable:
[extension_missing] => Extension missing:
)

[error_count:protected] => 2
[sign_cert_file:protected] =>
[sign_key_file:protected] =>
[sign_extracerts_file:protected] =>
[sign_key_pass:protected] =>
[exceptions:protected] => 1
[uniqueid:protected] => b936d6a131a47031cbf8516a98922ba1
)

[authenticate] => SMTP Error: Could not authenticate.

$
0
0

Replies: 0

Hello !

I’m trying to use this plugin but no emails are send. I’m using last version of WP Mail SMTP plugin.

Thanks for your help.

Test Message Sent

The result was:

bool(false)
The full debugging output is shown below:

PHPMailer Object
(
    [Version] => 5.2.22
    [Priority] =>
    [CharSet] => UTF-8
    [ContentType] => text/plain
    [Encoding] => 7bit
    [ErrorInfo] => SMTP Error: Could not authenticate.
    [From] => marketing@cloudvapor.fr
    [FromName] => Cloud Vapor
    [Sender] =>
    [ReturnPath] =>
    [Subject] => WP Mail SMTP: Test mail to christophe.penaud@gmail.com
    [Body] => This is a test email generated by the WP Mail SMTP WordPress plugin.
    [AltBody] =>
    [Ical] =>
    [MIMEBody:protected] => This is a test email generated by the WP Mail SMTP WordPress plugin.

    [MIMEHeader:protected] => Date: Fri, 3 Nov 2017 09:59:18 +0000
To: christophe.penaud@gmail.com
From: Cloud Vapor
Subject: WP Mail SMTP: Test mail to christophe.penaud@gmail.com
Message-ID: <57459ff4e5041866724e9927ee7f872d@cloudvapor.com>
X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8

    [mailHeader:protected] =>
    [WordWrap] => 0
    [Mailer] => smtp
    [Sendmail] => /usr/sbin/sendmail
    [UseSendmailOptions] => 1
    [PluginDir] =>
    [ConfirmReadingTo] =>
    [Hostname] =>
    [MessageID] =>
    [MessageDate] => Fri, 3 Nov 2017 09:59:18 +0000
    [Host] => smtp.phpnet.org
    [Port] => 465
    [Helo] =>
    [SMTPSecure] => ssl
    [SMTPAutoTLS] => 1
    [SMTPAuth] => 1
    [SMTPOptions] => Array
        (
        )

    [Username] => xxxxxxxxx
    [Password] => xxxxxxxxx
    [AuthType] =>
    [Realm] =>
    [Workstation] =>
    [Timeout] => 300
    [SMTPDebug] => 0
    [Debugoutput] => echo
    [SMTPKeepAlive] =>
    [SingleTo] =>
    [SingleToArray] => Array
        (
        )

    [do_verp] =>
    [AllowEmpty] =>
    [LE] =>

    [DKIM_selector] =>
    [DKIM_identity] =>
    [DKIM_passphrase] =>
    [DKIM_domain] =>
    [DKIM_private] =>
    [DKIM_private_string] =>
    [action_function] =>
    [XMailer] =>
    [smtp:protected] => SMTP Object
        (
            [Version] => 5.2.22
            [SMTP_PORT] => 25
            [CRLF] =>

            [do_debug] => 0
            [Debugoutput] => echo
            [do_verp] =>
            [Timeout] => 300
            [Timelimit] => 300
            [smtp_transaction_id_patterns:protected] => Array
                (
                    [exim] => /[0-9]{3} OK id=(.*)/
                    [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/
                    [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/
                )

            [smtp_conn:protected] =>
            [error:protected] => Array
                (
                    [error] =>
                    [detail] =>
                    [smtp_code] =>
                    [smtp_code_ex] =>
                )

            [helo_rply:protected] =>
            [server_caps:protected] =>
            [last_reply:protected] => 221 smtp.phpnet.org closing connection

        )

    [to:protected] => Array
        (
            [0] => Array
                (
                    [0] => christophe.penaud@gmail.com
                    [1] =>
                )

        )

    [cc:protected] => Array
        (
        )

    [bcc:protected] => Array
        (
        )

    [ReplyTo:protected] => Array
        (
        )

    [all_recipients:protected] => Array
        (
            [christophe.penaud@gmail.com] => 1
        )

    [RecipientsQueue:protected] => Array
        (
        )

    [ReplyToQueue:protected] => Array
        (
        )

    [attachment:protected] => Array
        (
        )

    [CustomHeader:protected] => Array
        (
        )

    [lastMessageID:protected] => <57459ff4e5041866724e9927ee7f872d@cloudvapor.com>
    [message_type:protected] => plain
    [boundary:protected] => Array
        (
            [1] => b1_57459ff4e5041866724e9927ee7f872d
            [2] => b2_57459ff4e5041866724e9927ee7f872d
            [3] => b3_57459ff4e5041866724e9927ee7f872d
        )

    [language:protected] => Array
        (
            [authenticate] => SMTP Error: Could not authenticate.
            [connect_host] => SMTP Error: Could not connect to SMTP host.
            [data_not_accepted] => SMTP Error: data not accepted.
            [empty_message] => Message body empty
            [encoding] => Unknown encoding:
            [execute] => Could not execute:
            [file_access] => Could not access file:
            [file_open] => File Error: Could not open file:
            [from_failed] => The following From address failed:
            [instantiate] => Could not instantiate mail function.
            [invalid_address] => Invalid address:
            [mailer_not_supported] =>  mailer is not supported.
            [provide_address] => You must provide at least one recipient email address.
            [recipients_failed] => SMTP Error: The following recipients failed:
            [signing] => Signing Error:
            [smtp_connect_failed] => SMTP connect() failed.
            [smtp_error] => SMTP server error:
            [variable_set] => Cannot set or reset variable:
            [extension_missing] => Extension missing:
        )

    [error_count:protected] => 2
    [sign_cert_file:protected] =>
    [sign_key_file:protected] =>
    [sign_extracerts_file:protected] =>
    [sign_key_pass:protected] =>
    [exceptions:protected] => 1
    [uniqueid:protected] => 57459ff4e5041866724e9927ee7f872d
)
  • This topic was modified 1 hour, 49 minutes ago by Steve Stern.

Unable to send emails from the last plugin update

$
0
0

Replies: 1

I tested sending mail from GMAIL and it works ok, but not from WordPress anymore since I last updated this plugin yesterday.

Server:
OpenSSL: Yes
SMTP Debug:
2018-02-13 04:52:14 Connection: opening to ssl://mail.3dgo.ro:465, timeout=300, options=array (
)
2018-02-13 04:52:14 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
2018-02-13 04:52:14 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): unable to connect to ssl://mail.3dgo.ro:465 (php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution)
2018-02-13 04:52:14 SMTP ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution (0)
2018-02-13 04:52:14 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

Double email notifications Not resolved

Password command failed – SMTP connect() failed

$
0
0

Replies: 1

Hi,

I am trying to set up SMTP for Hotmail, and get the following error if anyone can please help me out with this one?

Also, another thing is that the email I am using is an old Hotmail one, but it is not @hotmail.com, it is my company name so it is info@companyname.com. Since Hotmail does not exist anymore and it is now Outlook – do I use the SMTP settings for Hotmail or for Outlook please? I have tried both and neither of them work.

Many thanks in advance.

——–

Versions:
WordPress: 4.9.4
WordPress MS: No
PHP: 7.1.5
WP Mail SMTP: 1.2.5

Params:
Mailer: smtp
Constants: Yes
ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Host: smtp.live.com
Port: 587
SMTPSecure: tls
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)

Server:
OpenSSL: Yes
SMTP Debug:
2018-02-13 16:08:45 Connection: opening to smtp.live.com:587, timeout=300, options=array (
)
2018-02-13 16:08:45 Connection: opened
2018-02-13 16:08:45 SERVER -> CLIENT: 220 AM4PR05CA0008.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 13 Feb 2018 16:08:45 +0000
2018-02-13 16:08:45 CLIENT -> SERVER: EHLO http://www.website.com
2018-02-13 16:08:45 SERVER -> CLIENT: 250-AM4PR05CA0008.outlook.office365.com Hello [91.208.99.2]
250-SIZE 157286400
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-STARTTLS
250-8BITMIME
250-BINARYMIME
250-CHUNKING
250 SMTPUTF8
2018-02-13 16:08:45 CLIENT -> SERVER: STARTTLS
2018-02-13 16:08:45 SERVER -> CLIENT: 220 2.0.0 SMTP server ready
2018-02-13 16:08:45 CLIENT -> SERVER: EHLO http://www.website.com
2018-02-13 16:08:45 SERVER -> CLIENT: 250-AM4PR05CA0008.outlook.office365.com Hello [91.208.99.2]
250-SIZE 157286400
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-AUTH LOGIN XOAUTH2
250-8BITMIME
250-BINARYMIME
250-CHUNKING
250 SMTPUTF8
2018-02-13 16:08:45 CLIENT -> SERVER: AUTH LOGIN
2018-02-13 16:08:45 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2018-02-13 16:08:45 CLIENT -> SERVER: aW5mb0BnYWRqZXRzdXBwbHkuY29t
2018-02-13 16:08:45 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2018-02-13 16:08:45 CLIENT -> SERVER: R2FkamV0MTIzIQ==
2018-02-13 16:08:51 SERVER -> CLIENT: 535 5.7.3 Authentication unsuccessful [AM4PR05CA0008.eurprd05.prod.outlook.com]
2018-02-13 16:08:51 SMTP ERROR: Password command failed: 535 5.7.3 Authentication unsuccessful [AM4PR05CA0008.eurprd05.prod.outlook.com]
2018-02-13 16:08:51 SMTP Error: Could not authenticate.
2018-02-13 16:08:51 CLIENT -> SERVER: QUIT
2018-02-13 16:08:51 SERVER -> CLIENT: 221 2.0.0 Service closing transmission channel
2018-02-13 16:08:51 Connection: closed
2018-02-13 16:08:51 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

Fatal Error when trying to activate

$
0
0

Replies: 2

From the error.log:

PHP Fatal error: Uncaught exception 'LogicException' with message 'Illegal value passed (no array or string given)' in /wp-content/plugins/wp-mail-smtp/wp-mail-smtp.php:58, referer: http://www.website.com/wp-admin/plugins.php?error=true&plugin=wp-mail-smtp%2Fwp_mail_smtp.php&_error_nonce=6d70143a26

Test Works. Form Works. I don’t get the info.

$
0
0

Replies: 1

The test works. When I use the contact form it goes to my email. The content within the email does not appear – just the “thank you for submitting” that should go to the person generating the email.

Here is what shows up:

Subject: Contact Us

From: Bill Smith <contact@evokespeakers.com> (Add as Preferred Sender)
Date: Tue, Feb 13, 2018 5:03 pm
To: contact@evokespeakers.com

Thank you for contacting us. We will get back with you as soon as possible.

The from should have been bsmith@aol.com
The message should have said: “Is the content showing up?”

HELP 🙂

  • This topic was modified 4 days, 14 hours ago by markhovanec.

simple basic questions

$
0
0

Replies: 1

Hello,
I just installed this plugin and it works fine.
Please let me ask two stupid questions :
1 : Does this plugin replaces the standard WP php wp_mail() function so it uses the smtp server i configured ? and all the installed plugins also uses my smtp server ?
2 : In my php scripts i uses the wp_mail() function = does it uses my smtp server as configured also ?
Thanks

SMTP Error

$
0
0

Replies: 1

Hi!

I am receiving this error when I try to send a test email from my site.

Versions:
WordPress: 4.9.1
WordPress MS: No
PHP: 7.0.27
WP Mail SMTP: 1.2.5

Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Host: 192.168.14.4
Port: 2526
SMTPSecure: string(0) “”
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)

Server:
OpenSSL: Yes
Apache.mod_security: No
SMTP Debug:
2018-02-14 17:59:19 Connection: opening to 192.168.14.4:2526, timeout=300, options=array (
)
2018-02-14 17:59:20 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): unable to connect to 192.168.14.4:2526 (Connection refused)
2018-02-14 17:59:20 SMTP ERROR: Failed to connect to server: Connection refused (111)
2018-02-14 17:59:20 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

How can I go about resolving this issue?

Thank you!


SMTP error

$
0
0

Replies: 1

I need help with this setup. I have already updated wordpres .. and changing the server php gets the site down. What else can I do to get SMTP to work?

Versions:
WordPress: 4.9.4
WordPress MS: No
PHP: 5.6.33
WP Mail SMTP: 1.2.5

Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Host: mail.colourinvasion.pt
Port: 465
SMTPSecure: ssl
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)

Server:
OpenSSL: Yes
SMTP Debug:
2018-02-14 19:48:56 Connection: opening to ssl://mail.colourinvasion.pt:465, timeout=300, options=array (
)
2018-02-14 19:48:57 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): unable to connect to ssl://mail.colourinvasion.pt:465 (Connection refused)
2018-02-14 19:48:57 SMTP ERROR: Failed to connect to server: Connection refused (111)
2018-02-14 19:48:57 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

Thanks,

Call to undefined method Google_Client::fetchAccessTokenWithAuthCode()

Cant connect to smtp through mail

$
0
0

Replies: 1

Hi.
I’m having trouble using the mail function on the website. E.g. when a user fills out the contact form it should send an email to our info@-.DK mail, but nothing happens. It gets registered in the backend of WordPress, but the mail is not sent. I have found out, that it is because of the SMTP (Or missing).

I have installed the plugin to be able to setup the SMTP settings. When I type the information I get the following for the test mail:
Versions:
WordPress: 4.9.4
WordPress MS: No
PHP: 7.0.27
WP Mail SMTP: 1.2.5

Params:
Mailer: gmail
Constants: Yes
Client ID/Secret: Yes
Auth Code: No
Access Token: No

Server:
OpenSSL: Yes
PHP.allow_url_fopen: Yes
PHP.stream_socket_client(): Yes
PHP.fsockopen(): Yes
PHP.curl_version(): Yes
Apache.mod_security: No

What do I do from here?

Nanna

test email not going through

$
0
0

Replies: 1

Hi, as far as I can see I’ve set everything up according to your instructions, but no joy.
Here’s the error log:

Versions:
WordPress: 4.9.4
WordPress MS: No
PHP: 7.1.12
WP Mail SMTP: 1.2.5

Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Host: smtp.gmail.com
Port: 465
SMTPSecure: ssl
SMTPAutoTLS: bool(false)
SMTPAuth: bool(true)

Server:
OpenSSL: Yes
SMTP Debug:
2018-02-16 11:36:00 Connection: opening to ssl://smtp.gmail.com:465, timeout=300, options=array (
)
2018-02-16 11:36:00 Connection: opened
2018-02-16 11:36:00 SERVER -> CLIENT: 220 smtp.gmail.com ESMTP i2sm7119761ede.97 – gsmtp
2018-02-16 11:36:00 CLIENT -> SERVER: EHLO http://www.goodtimesbonaire.com
2018-02-16 11:36:00 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [185.27.142.49]
250-SIZE 35882577
250-8BITMIME
250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-CHUNKING
250 SMTPUTF8
2018-02-16 11:36:00 CLIENT -> SERVER: AUTH LOGIN
2018-02-16 11:36:00 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2018-02-16 11:36:00 CLIENT -> SERVER: Z29vZHRpbWVzYm9uYWlyZUBnbWFpbC5jb20=
2018-02-16 11:36:00 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2018-02-16 11:36:00 CLIENT -> SERVER: c2xvZXBndDIwMTc=
2018-02-16 11:36:00 SERVER -> CLIENT: 534-5.7.14 <https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbvP
534-5.7.14 9zKvhBTl1rp4U-CPowLg5E890n1PNMHm5XJJryO2uG6B9J1efCxmd3ku1lWmReOZLtfdvG
534-5.7.14 E3ySUXlj6HbhKhFkeZqozZjrdy5Rf15jIxcF9SKwJknmJ5teR4xhgY46IdyCalPHbbeAmB
534-5.7.14 VCy4Dc2Ezvyxtr-8MDY5OcYso1eVVYXuw4DVEu7_pbZIJ6TORR2PssLigmyvg6zOqQ9oMx
534-5.7.14 Ftj-krol7ha03-dIac3AYffV6MFd0> Please log in via your web browser and
534-5.7.14 then try again.
534-5.7.14 Learn more at
534 5.7.14 https://support.google.com/mail/answer/78754 i2sm7119761ede.97 – gsmtp
2018-02-16 11:36:00 SMTP ERROR: Password command failed: 534-5.7.14 <https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbvP
534-5.7.14 9zKvhBTl1rp4U-CPowLg5E890n1PNMHm5XJJryO2uG6B9J1efCxmd3ku1lWmReOZLtfdvG
534-5.7.14 E3ySUXlj6HbhKhFkeZqozZjrdy5Rf15jIxcF9SKwJknmJ5teR4xhgY46IdyCalPHbbeAmB
534-5.7.14 VCy4Dc2Ezvyxtr-8MDY5OcYso1eVVYXuw4DVEu7_pbZIJ6TORR2PssLigmyvg6zOqQ9oMx
534-5.7.14 Ftj-krol7ha03-dIac3AYffV6MFd0> Please log in via your web browser and
534-5.7.14 then try again.
534-5.7.14 Learn more at
534 5.7.14 https://support.google.com/mail/answer/78754 i2sm7119761ede.97 – gsmtp
2018-02-16 11:36:00 SMTP Error: Could not authenticate.
2018-02-16 11:36:00 CLIENT -> SERVER: QUIT
2018-02-16 11:36:00 SERVER -> CLIENT: 221 2.0.0 closing connection i2sm7119761ede.97 – gsmtp
2018-02-16 11:36:00 Connection: closed
2018-02-16 11:36:00 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

root@localhost

$
0
0

Replies: 0

Hello, we successfully use this plugin across a number of sites however on this site we have a couple of (probably related) issues:

1. We are unable to change the settings. They look like they’re set correctly but no changes to these settings can be saved. The old settings always re-appear
2. We are unable to actually send. Everything is set correctly however the log shows that the plugin is attempting to send the email as root@localhost

SMTP Error: data not accepted.SMTP server error: DATA END command failed Detail: Message rejected: Email address is not verified. The following identities failed the check in region US-WEST-2: root@localhost, Root User

Is this some kind of permissions issue?

Viewing all 4992 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>