Replies: 1
Hello,
I’m having an issue… when I try to send a test email to a .me email address it doesn’t send. However it does send to a gmail.com email address.
All correctly verified with sendinblue
Any ideas?
Thanks
Replies: 1
Hello,
I’m having an issue… when I try to send a test email to a .me email address it doesn’t send. However it does send to a gmail.com email address.
All correctly verified with sendinblue
Any ideas?
Thanks
Replies: 3
Yesterday I need to replace code in plugins/wp-mail-smtp/src/Processor.php
line 216 – there was:
// Return FROM EMAIL if forced in settings.
if ( $forced & ! empty( $from_email ) ) {
return $from_email;
}
Is it realy ok ?
Replies: 1
I narrowed down the raven / sentry JS library slows down the page. I looked at the Pagespeed Insights report. Looks like that JS library is used to debut email sending errors and cannot be disabled.
Any ideas how to handle this issue?
Replies: 1
I am configuring the Other SMTP mailer and test email fails to send. The log indicates it is trying to use localhost as the host, and port 25, ignoring the host and port I set, smtp.office365.com, port 587.
Versions:
WordPress: 5.8.3
WordPress MS: No
PHP: 7.4.28
WP Mail SMTP: 3.3.0
Params:
Mailer: smtp
Constants: No
ErrorInfo:
Host: localhost
Port: 25
SMTPSecure: string(0) ""
SMTPAutoTLS: bool(true)
SMTPAuth: bool(false)
Server:
OpenSSL: OpenSSL 1.1.1d 10 Sep 2019
Apache.mod_security: No
SMTP Debug:
[empty]
I have tested sending mail successfully with PowerShell, so I know the host, port, and username/password are working.
Send-MailMessage -From <sender> -To <recipient> -Subject “Test Email” -Body “Test SMTP” -SmtpServer smtp.office365.com -Credential <sender credentials> -UseSsl -Port 587
Replies: 3
Hello,
I’ve configured my google workspace email and made sure the Gmail API is enabled, but I’m getting this error message when I try and send a test email:
Versions:
WordPress: 5.9.1
WordPress MS: No
PHP: 7.4.26
WP Mail SMTP: 3.3.0
Params:
Mailer: gmail
Constants: No
Client ID/Secret: Yes
Auth Code: Yes
Access Token: Yes
Server:
OpenSSL: OpenSSL 1.1.1d 10 Sep 2019
PHP.allow_url_fopen: Yes
PHP.stream_socket_client(): Yes
PHP.fsockopen(): Yes
PHP.curl_version(): 7.71.0
Apache.mod_security: No
Debug:
Email Source: WP Mail SMTP
Mailer: Google / Gmail
{
"error": {
"code": 400,
"message": "Mail service not enabled",
"errors": [
{
"message": "Mail service not enabled",
"domain": "global",
"reason": "failedPrecondition"
}
],
"status": "FAILED_PRECONDITION"
}
}
Replies: 1
DNS record type: SPF is deprecated, I think you should update the plugin to let it find txt record for SPF.
Replies: 0
Hello,
I’m having an issue with WP Mail SMTP when I try to use the “Other SMTP” setting to connect with an Exchange 2010 mail relay server. After saving the settings and trying to send a test email I get the following error log:
`Versions:
WordPress: 4.9.19
WordPress MS: No
PHP: 7.2.18
WP Mail SMTP: 1.5.2Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP Error: Could not connect to SMTP host.
Host: 10.253.31.8
Port: 25
SMTPSecure: tls
SMTPAutoTLS:
C:\wamp64\www\wp-content\plugins\wp-mail-smtp\src\Debug.php:107:boolean trueSMTPAuth:
C:\wamp64\www\wp-content\plugins\wp-mail-smtp\src\Debug.php:107:boolean trueServer:
OpenSSL: OpenSSL 1.1.1b 26 Feb 2019
Apache.mod_security: No
SMTP Debug:
2022-02-28 10:27:43 Connection: opening to 10.253.31.8:25, timeout=300, options=array (
)
2022-02-28 10:27:43 Connection: opened
2022-02-28 10:27:43 SERVER -> CLIENT: 220 relay.akshi.gov.al Microsoft ESMTP MAIL Service ready at Mon, 28 Feb 2022 11:27:43 +0100
2022-02-28 10:27:43 CLIENT -> SERVER: EHLO aspa.gov.al
2022-02-28 10:27:43 SERVER -> CLIENT: 250-relay.akshi.gov.al Hello [10.253.64.130]
250-SIZE 41943040
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-STARTTLS
250-AUTH LOGIN
250-8BITMIME
250-BINARYMIME
250 CHUNKING
2022-02-28 10:27:43 CLIENT -> SERVER: STARTTLS
2022-02-28 10:27:43 SERVER -> CLIENT: 220 2.0.0 SMTP server ready
2022-02-28 10:27:43 SMTP Error: Could not connect to SMTP host.
2022-02-28 10:27:43 CLIENT -> SERVER: QUIT
2022-02-28 10:27:43 SERVER -> CLIENT:
2022-02-28 10:27:43 SMTP ERROR: QUIT command failed:
2022-02-28 10:27:43 Connection: closed
2022-02-28 10:27:43 SMTP Error: Could not connect to SMTP host.`
If I use Sendgrid on the other hand, emails are sent without issue.
I have contacted my provider and they confirm that there are no firewall or security policy issues, and when I try to telnet from my server to the mail relay server and test SMTP everything works fine.
Any idea on what might be causing this?
Thanks,
Franc
Replies: 0
I followed instructions to use gmail api. I save settings with client ID and client secret. After I clicked “save setting”, I encountered a 502 error that was a Gateway Timeout. Now I cannot access setting page. But I can access other tags, Email Test, Email Log…
There is an error message on Debug Events:
Email Source: WP Mail SMTP
Mailer: Google / Gmail
cURL error 7: Failed to connect to gmail.googleapis.com port 443: Connection timed out (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
I tried to fix these issues and followed this:
https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
But I couldn’t solve the issues.
Thank you for any help
Replies: 0
Hello there,
I’m using “WP mail smtp” and I’ve setup this with my Gmail. After sending around 100 mails it stops sending mail to my Gmail. Almost one week it works properly to send around 100 mail.
If I set up “wp mail smtp” again, it started working. It’s not possible to setup again and again. Please help me to fix this issue so that it worked properly without any issue.
Thanks.
Replies: 0
Have been trying to send emails to clients about password resets due to receiving multiple complaints, I have been through and setup Amazon SES alongside WP Mail SMTP Pro.
I enabled email logging and were receiving this error:
Versions:
WordPress: 5.9.1
WordPress MS: No
PHP: 7.4.3
WP Mail SMTP: 3.3.0
Params:
Mailer: amazonses
Constants: No
Access Key ID/Secret: Yes
Debug:
Email Source: WP Mail SMTP Pro
Mailer: Amazon SES
Error executing "SendRawEmail" on "https://email.us-east-1.amazonaws.com"; AWS HTTP error: Client error: <code>POST https://email.us-east-1.amazonaws.com</code> resulted in a <code>400 Bad Request</code> response:
Sender
MessageReje (truncated...)
MessageRejected (client): Email address is not verified. The following identities failed the check in region US-EAST-1: freezy099.runescape@gmail.com -
Sender
MessageRejected
Email address is not verified. The following identities failed the check in region US-EAST-1: freezy099.runescape@gmail.com
0fdafe07-de8b-49cc-8434-0a69c00577d4
Would appreciate help as to why its not sending emails to clients.
Thanks
Replies: 0
My SMTP is required to use SSL.
So I did configuration WP Mail SMTP for ‘Other SMTP’.
But weirdly if I tried to send an email by WP Mail SMTP’s test function,
Sometimes it works and another else will be failed.
If I tried around 5 times like succeeded a time and failed 4 times with below error.
Can be a problem with email supplier?
Could someone share to experience solving this problem?
Versions:
WordPress: 5.8.3
WordPress MS: No
PHP: 7.4.27
WP Mail SMTP: 2.9.0
Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Host: outbound.daouoffice.com
Port: 465
SMTPSecure: ssl
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)
Server:
OpenSSL: OpenSSL 1.1.1d 10 Sep 2019
Debug:
Mailer: Other SMTP
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
SMTP Debug:
2022-03-03 02:41:55 Connection: opening to ssl://outbound.daouoffice.com:465, timeout=300, options=array()
2022-03-03 02:41:55 Connection failed. Error #2: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small [/opt/bitnami/wordpress/wp-includes/PHPMailer/SMTP.php line 388]
2022-03-03 02:41:55 Connection failed. Error #2: stream_socket_client(): Failed to enable crypto [/opt/bitnami/wordpress/wp-includes/PHPMailer/SMTP.php line 388]
2022-03-03 02:41:55 Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://outbound.daouoffice.com:465 (Unknown error) [/opt/bitnami/wordpress/wp-includes/PHPMailer/SMTP.php line 388]
2022-03-03 02:41:55 SMTP ERROR: Failed to connect to server: (0)
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Replies: 0
Versions:
WordPress: 5.9.1
WordPress MS: No
PHP: 7.4.28
WP Mail SMTP: 3.3.0
Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Host: mail.salstil.ro
Port: 465
SMTPSecure: ssl
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)
Server:
OpenSSL: OpenSSL 1.1.1d 10 Sep 2019
Apache.mod_security: No
Debug:
Email Source: WooCommerce
Mailer: Other SMTP
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Email Source: WP Mail SMTP
Mailer: Other SMTP
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
SMTP Debug:
2022-03-03 18:32:41 Connection: opening to ssl://mail.salstil.ro:465, timeout=300, options=array()
2022-03-03 18:32:41 Connection failed. Error #2: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:error:1408F10B:SSL routines:ssl3_get_record:wrong version number [/home/salstilr/public_html/wp-includes/PHPMailer/SMTP.php line 388]
2022-03-03 18:32:41 Connection failed. Error #2: stream_socket_client(): Failed to enable crypto [/home/salstilr/public_html/wp-includes/PHPMailer/SMTP.php line 388]
2022-03-03 18:32:41 Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://mail.salstil.ro:465 (Unknown error) [/home/salstilr/public_html/wp-includes/PHPMailer/SMTP.php line 388]
2022-03-03 18:32:41 SMTP ERROR: Failed to connect to server: (0)
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Replies: 0
My admin email and my forced email match. I have the option to force email and send from name checked off. However the emails from my site are still coming from the wordpress email.
Not sure what I am missing.
Thank you.
Replies: 0
Hi, I’m getting the following error after installing the plugin on my WAMP localhost.
Can you help me figure out why and how to resolve, please.
Thank you!
Email Source:
Mailer: Gmail
Error creating resource: [message] fopen(): Unable to find the wrapper “https” – did you forget to enable it when you configured PHP?
[file] C:\wamp-2.5\www\genmtc\wp-content\plugins\wp-mail-smtp\vendor_prefixed\guzzlehttp\guzzle\src\Handler\StreamHandler.php
[line] 227
[message] fopen(https://oauth2.googleapis.com/token): failed to open stream: No such file or directory
[file] C:\wamp-2.5\www\genmtc\wp-content\plugins\wp-mail-smtp\vendor_prefixed\guzzlehttp\guzzle\src\Handler\StreamHandler.php
[line] 227
Replies: 0
On some of my wp installs, that use this plugin, I receive the “Your Weekly WP Mail SMTP Summary” and some of them I don’t (all are using the free version)
Why is this?
Replies: 1
I have set in WM mail SMTP A@gmail.com
And when i send e-mail or customers got e-mail are fine is sent by A@gmail.com
But problem is when customer click on “reply”, there is another gmail address. Lets call it B@gmail.com. This email address have been used for registred administrator user.
I dont know why “reply” is to this addrss
Replies: 0
Hi
I installed the plugin yesterday and got this error message today (2x).
Achtung! Der Versand der letzten E-Mail, die deine Website versenden wollte, ist fehlgeschlagen.
Email Source: Contact Form 7
Mailer: Benutzerdefinierter SMTP-Server
SMTP Error: data not accepted.SMTP server error: DATA END command failed Detail: Spam message rejected
SMTP code: 554 Additional SMTP info: 5.7.1
For more details please try running an Email Test or reading the latest error event.
When I call up the error log, I get the following:
…… /wp-content/plugins/contact-form-7/includes/mail.php (Zeile: 194)
Replies: 0
I use your plugin for SMTP and Woocommerce.
I set up SMTP (Office365) and the test email was sent correctly. In general, all emails are sent. Only the email “New order” is not delivered – it adds the word “array” to the recipient’s email and it is then an unknown domain (see below). If I turn off the SMTP plugin, emails are sent correctly.
Delivery has failed to these recipients or groups:
radek.fujak@gmail.comArray
Your message couldn’t be delivered. The Domain Name System (DNS) reported that the recipient’s domain does not exist.
Replies: 0
I’veproperly configured wpmail smtp setting API KEY and all that requested but every time that i try to test send i receive error (https://pasteboard.co/nTxcZfPCCWHP.png)
Versions:
WordPress: 5.9.1
WordPress MS: No
PHP: 7.4.28
WP Mail SMTP: 3.3.0
Params:
Mailer: sendinblue
Constants: No
API Key: Yes
Debug:
Email Source: WP Mail SMTP
Mailer: Sendinblue
[unauthorized]: Key not found
What can i do?
I’ve also regenerated V3API Key but it continue to generate that error.
Replies: 0
I am not able to sent a test mail please provide a solution