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

Reply-To overwrite option by this plugin

$
0
0

Replies: 0

I like this plugin and have one suggestion to make it perfect 😉

Where I use Divi (yeah sorry 😀 ) there is alway’s a Reply-To with the address from the website visitor, I have modified Divi’s email PHP script but prefer like the Form and From Name also a option to overwrite the Reply-To field.

I asked Divi also, but believe more in an option in this plugin.

Thank you in advance 🙂


WP Mail Gmail Send Email Error

$
0
0

Replies: 0

Having issues with setting up the Gmail SMTP with the WP Mail Plugin. Followed the instructions and clicked on send email test. Here is the debug info that I get:

Versions:
WordPress: 5.4.1
WordPress MS: No
PHP: 7.3.16
WP Mail SMTP: 2.0.1

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

Server:
OpenSSL: OpenSSL 1.0.2r 26 Feb 2019
PHP.allow_url_fopen: Yes
PHP.stream_socket_client(): Yes
PHP.fsockopen(): Yes
PHP.curl_version(): 7.59.0

Debug:
Mailer: Gmail
{
“error”: {
“code”: 403,
“message”: “The request was blocked. Quota configuration not found for the requesting project.”,
“errors”: [
{
“message”: “The request was blocked. Quota configuration not found for the requesting project.”,
“domain”: “global”,
“reason”: “forbidden”
}
],
“status”: “PERMISSION_DENIED”
}
}

Force name not working

$
0
0

Replies: 0

Hi. I’m using the plugin with the ‘other SMTP server’ setting. I’m trying to force the sender name, but it’s still using ‘WordPress’ as its name. What can I do to actually force it to use my specified sender?

WP SMTP Test Email Error

$
0
0

Replies: 0

Hello,

We have a contact form 7 there, configured to send email from hello@wedropmerh.com.

We have done the configuration of WP SMTP using the Google GMAIL API. I had previously done it on our other website (https://meditodigital.com/) which was working for all forms.

Recently we realised that the forms are not submitting anymore (for both websites) although we have done the full WP SMTP configuration again.

We see this error message: THERE WAS AN ERROR TRYING TO SEND YOUR MESSAGE. PLEASE TRY AGAIN LATER.

Any help?
Thanks,
Olivier

GMAIL SMTP Not Working

$
0
0

Replies: 0

I set up the plugin w/ Gmail and Gsuite as instructed.

Test failed. Debug log follows.

Versions:
WordPress: 5.4.1
WordPress MS: No
PHP: 7.2.24-0ubuntu0.18.04.4
WP Mail SMTP: 2.0.1

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

Server:
OpenSSL: OpenSSL 1.1.1 11 Sep 2018
PHP.allow_url_fopen: Yes
PHP.stream_socket_client(): Yes
PHP.fsockopen(): Yes
PHP.curl_version(): 7.58.0
Apache.mod_security: No

Debug:
Mailer: Gmail
{
"error": {
"code": 403,
"message": "The request was blocked. Quota configuration not found for the requesting project.",
"errors": [
{
"message": "The request was blocked. Quota configuration not found for the requesting project.",
"domain": "global",
"reason": "forbidden"
}
],
"status": "PERMISSION_DENIED"
}
}

Thanks

Mail sending stopped working – was working ok

$
0
0

Replies: 0

Hi
I have WP Mail SMTP set up with Mailgun, on all three websites it was working fine, but I have just noticed that at some point it stopped working.

There have been no changes on the Mailgun and server (everything looks confugred well)

Could you check if there is an issue with the config or point me to further things I should check?

Here is what the test email log showed:

Versions:
WordPress: 5.4.1
WordPress MS: No
PHP: 7.4.2
WP Mail SMTP: 2.0.1

Params:
Mailer: mailgun
Constants: No
Api Key / Domain: Yes

Gmail Mailer Issues

$
0
0

Replies: 0

Hi, I’ve reset the app settings and it connects fine. When I send the test email it goes through to the client (their FROM email address) but they also get a Send Failure email (it doesn’t go to the testing email).

They get the following in the failure email:
The response from the remote server was:
550 This message has been reported as spam by other users.

I’ve checked their URL and it isn’t blacklisted. Any suggestions?

  • This topic was modified 53 minutes ago by cobisan.

EMAIL DELIVERY ERROR

$
0
0

Replies: 0

I can’t get the WP Mail SMTP plugin to pass authentication.
Note: I had my hosting provider disable Apache Mod_Security.
Note: I’m not a G Suite user.

This is the status of my Google OAuth consent screen:
Verification Status
Not published
User type
External

Questions:
1. Does the Verification Status of Not published explain why I can’t authenticate the plugin, and why I’m receiving the EMAIL DELIVERY ERROR shown below?

2. Once Google verifies my domain, the authentication will be successful?

3. Does Google notify me via email when my domain is verified?

4. My hosting provider told me I have to toggle on Allow less secure apps in my Google Gmail account to make the plugin work. Is this true?

EMAIL DELIVERY ERROR: the plugin WP Mail SMTP v2.0.1 logged this error during the last time it tried to send an email:

Mailer: Gmail
{
“error”: {
“errors”: [
{
“domain”: “global”,
“reason”: “required”,
“message”: “Login Required”,
“locationType”: “header”,
“location”: “Authorization”
}
],
“code”: 401,
“message”: “Login Required”
}
}


Problem submitting forms, I can’t find the problem

$
0
0

Replies: 0

Hello,

I have a problem submitting forms from the web.
At the beginning when completing the form and sending the result it is sent correctly, but it is never received (it is never sent)

Then implement the WP Mail SMTP plugin to try to fix it, but neither does it and an alert appears:
‘PHPMailer was able to connect to SMTP server but failed while trying to send an email.’

But I don’t know where the problem is.

Can you please help me? It is important.

Thank you very much in advance.

I await the response.

Ana

Errors during upgrade

$
0
0

Replies: 1

I did the upgrade today from version 1.9 to 2.0.1 and found the following errors in the log.
Running on PHP 7.3. The dashboard was unavailable after the upgrade but accessible after starting a new session. I did send a test message (via Mailgun) and that worked ok. So would below errors only be an issue during the upgrade process or might it be that there is more to fix ?

[20-May-2020 10:22:33 UTC] PHP Warning: Use of undefined constant WPMS_PLUGIN_FILE – assumed ‘WPMS_PLUGIN_FILE’ (this will throw an Error in a future version of PHP) in xxx/plugins/wp-mail-smtp/src/Admin/Area.php on line 60
[20-May-2020 10:22:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined method WPMailSMTP\Core::is_white_labeled() in xxx/plugins/wp-mail-smtp/src/Admin/Area.php:223
Stack trace:
#0 /xxx/wp-includes/class-wp-hook.php(287): WPMailSMTP\Admin\Area->add_admin_options_page(”)
#1 /xxx/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /xxx/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /xxx/includes/menu.php(155): do_action(‘admin_menu’, ”)
#4 /xxx/wp-admin/menu.php(326): require_once(‘/home/kleistad/…’)
#5 /xxx/wp-admin/admin.php(153): require(‘/home/kleistad/…’)
#6 /xxx/wp-admin/post.php(12): require_once(‘/home/kleistad/…’)
#7 {main} in /xxx/wp-content/plugins/wp-mail-smtp/src/Admin/Area.php on line 223

[20-May-2020 10:22:42 UTC] PHP Fatal error: Uncaught Error: Call to undefined method WPMailSMTP\Core::is_white_labeled() in /xxx/wp/wp-content/plugins/wp-mail-smtp/src/Admin/Area.php:223
Stack trace:
#0 /xxx/wp-includes/class-wp-hook.php(287): WPMailSMTP\Admin\Area->add_admin_options_page(”)
#1 /xxx/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /xxx/wp/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /xxx/wp-admin/includes/menu.php(155): do_action(‘admin_menu’, ”)
#4 /xxx/wp-admin/menu.php(326): require_once(‘/home/kleistad/…’)
#5 /xxx/wp-admin/admin.php(153): require(‘/home/kleistad/…’)
#6 {main}
thrown in /xxx/wp/wp-content/plugins/wp-mail-smtp/src/Admin/Area.php on line 223

Same email being sent 4 times

$
0
0

Replies: 0

Hi,

I’ve checked the Sent folder of my email address and I noticed the same emails (e.g. account notification) are being sent out to users 4 times. It’s getting spammy.

Any ideas?

Thank you!

change test email

$
0
0

Replies: 0

We are juggling email problems on a site and in trying to narrow down which plugin it is, I’ve found an issue in the settings of this one. I can’t change the ‘test’ email at all. It just keeps reverting back. How do we fix that?

emails are getting delivered to Spam folder of users

$
0
0

Replies: 0

Hello Team,

We have developed our website using WordPress 5.4.1. We are using SiteGround hosting providers and their email server for sending email to the customer from our website page. We also have Securi for website security and firewall.

We have noticed that the emails are getting delivered to Spam folder of users when we are using SiteGround Email servers

We have been told by Siteground that our website is sending the emails in question via the PHPMail function and therefore our emails do not contain additional SMTP authentication. This results in all emails being send from the default address for your account which is:
u527-39rhasydtn7b@giowm1030.siteground.biz

Siteground suggest us we can solve this issue by installing a plugin. which would force our application to send all emails via the SMTP protocol from the chosen address.

The details that we need to enter in the plugin are:

SMTP Protocol/Outgoing Connections:
Hostname: giowm1030.siteground.biz
Port: 465
Use SSL: enabled
Username: email-address
Password: the password for your email address
We tested your free plug-in with above details, however the emails are still getting delivered to Spam Folder.
If we purchase the paid plug-in, will this issue will be addressed. We want the emails to be delivered as legitimate email.
I have attached the email header when we use our website to send email without the plugin and with plug-in.

Email Delivery Error

$
0
0

Replies: 0

EMAIL DELIVERY ERROR: the plugin WP Mail SMTP v2.0.1 logged this error during the last time it tried to send an email:

Mailer: Other SMTP
PHPMailer was able to connect to SMTP server but failed while trying to send an email.
Consider running an email test after fixing it.

Outlook issues with api password

$
0
0

Replies: 0

I get an error message. I recreate the password a few times, but still the same error. It is Developer License. What do i do wrong?

EMAIL DELIVERY ERROR: the plugin WP Mail SMTP v2.0.1 logged this error during the last time it tried to send an email:

Mailer: Outlook
invalid_client
AADSTS7000222: The provided client secret keys are expired. Visit the Azure Portal to create new keys for your app, or consider using certificate credentials for added security: https://docs.microsoft.com/azure/active-directory/develop/active-directory-certificate-credentials
Trace ID: f5e43c2d-e49e-4aef-9176-0ed60ceb9800
Correlation ID: d5695c6c-0387-41cb-b376-f6ffc7a2e865
Timestamp: 2020-05-21 11:15:02Z


GSuite, Timeout after message was send successful

$
0
0

Replies: 0

Hi guys,
I use the WP Mail SMTP plugin to send emails via my GSuite account. This works without problems, the emails are sent without delay.
A little later I get the message from Google that the message could not be delivered, even though the original message was sent and received.
***The recipient server did not accept our requests to connect. Learn more at https://support.google.com/mail/answer/7720 [1234567.com 33.33.33.33: timed out] I cleaned out the domain and IP.
Any Idea?
Thanks,

Token has been expired or revoked

$
0
0

Replies: 0

So I am using this plugin to send out email via GMAIL API using the tokens. But when the user changes their gsuite password, this is still causing all the outgoing emails from the website to stop working, with the plugin showing the error “Token has been expired or revoked”.

I thought that using the API would avoid this issue as it doesn’t rely on the username/password?

Is there any way to avoid this issue so that the suer can change their password without breaking the outgoing email form the website?

Not sending new user registration email

$
0
0

Replies: 0

Hi, I have added WP Maill SMTP which shows a successful test email.

When a new user buys from my site, it uses the paypal email to create the new user.

As the admin owner, I get a notification to say ‘joe@joblogs.com’ has registered, however, Joe Blogs is not getting the new user email.

Can anyone tell me why it’s not sending the new user email?

It has worked in the past…

thanks

Sam

Still an Outlook Error

$
0
0

Replies: 0

I bought an license in order to use the plugin with outlook. Payment was accepted immediately, support did not answer to my question. So here again:

Did configuration with your “How to Set Up the Outlook Mailer in WP Mail SMTP”. No errors at azure, everything seems to be fine. When trying to send an test email, i got an error saying my secret key have been expired. It has not, the key is set to year 2299.

I already emailed the problem to your support, but no helpful answer since yet. So can anybody please give me an hint…?

Mail not sending at all

$
0
0

Replies: 0

Although my problem is relevant to my signup page because I need users to receive their confirmation email to click on link, but I noticed that on the plugin dashboard itself, the “Email Test” does not even work with no error at all. Meaning, the test email provided by the plugin isn’t going through, and I’m unsure as to why.

Running on WordPress 5.4.1
With PHP version 7.3 (assuming 7.4 is the most up to date)

Viewing all 5022 articles
Browse latest View live


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