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

Sending HTML won’t set plaintext alternative

$
0
0

Replies: 0

When using WP Mail SMTP to send an HTML email, the phpmailer AltBody content is not being set.

I guess probably this is happening with all providers because when there’s a Body and an AltBody, phpmailer sets the content type to multipart/alternative and not text/html.

On MailerAbstract.php, line 108, you’re only looking at text/html to determine if you’re going to set both HTML and text versions, or else you’ll only set one version.

This is easily fixed by changing:
if ( $this->phpmailer->ContentType === 'text/html' ) {
to:
if ( $this->phpmailer->ContentType === 'text/html' || $this->phpmailer->ContentType === 'multipart/alternative' ) {


How to change form font size

$
0
0

Replies: 2

I’ve created a couple of forms using wpforms but I’m struggling to understand how to customize them. I’ve also installed google fonts and set up an override for the ‘form’ id and this lets me change the font type on the wpform but not the font size.

Where about is this controlled from, how do I change the font size as it is extremely small at the moment and barely readable.

Thanks

  • This topic was modified 14 hours, 16 minutes ago by razorlance.
  • This topic was modified 14 hours, 16 minutes ago by razorlance.

Plugin malware files crashed admin page access

$
0
0

Replies: 0

Hi,

Yesterday we had a serious malware threat to our website caused by several files located inside: /plugins/wp-mail-smtp/vendor/

The infected files made it impossible to login to our wp-admin page, as it would automatically redirect to the following website: http://erealitatea.net/wp-login.php?redirect_to=http%3A%2F%2Fwww.mywebsite.pt%2Fwp-admin%2F&reauth=1

To fix this problem we had to do a major restore of the website.

This is the first time this happened and so far we’ve been really happy with the plugin performance, but due to this event we had to uninstall it.

Can you please look into this and give us some feedback so we know it’s safe to reinstall this plugin?

Thank you and kind regards,
Luís

error in redirecting

$
0
0

Replies: 0

Hi. H have done anything carefully but i do not know whats the problem!
i see “This app isn’t verified” after clock on “allow…” booton and then i use “advanced” and then “Go to yoursite.com (unsafe)” mode. then i click on “allow” to access my gmail but i do not go to plugin page but go to first page of our site so i can not see the successful message. by email test i see these:

Versions:
WordPress: 4.9.8
WordPress MS: No
PHP: 5.6.38
WP Mail SMTP: 1.3.3

Params:
Mailer: gmail
Constants: No
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

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

so
so what should i do?

Adding a custom header for Mailgun

$
0
0

Replies: 0

I have the WP Mail SMTP plugin configured with Mailgun (authorized key and domain). I’m also setting the From email and the return-path correctly. It works to send emails to say a gmail address. But when we send email to an address associated with our domain in Mailgun, it fails with the error “Sender verify failed”. It looks like I need to pass this custom header along the way
x-mailgun-native-send => true
Any ideas how I can pass a custom header for Mailgun? Can it be added via a filter?

How to disable CC ?

$
0
0

Replies: 0

How can I exclude myself from CC mail? For each mail I send, I will receive a similar copy, I think I am on the CC list. With hundreds of customers that I send mail, I will have to receive hundreds of copies like that?
How to remove myself from the CC list.
Thanks author!!!

Getting 404 after trying to confirm auth with Google Account

$
0
0

Replies: 0

Hi! I’ve followed the tutorial to the letter but cannot get past the
“Allow plugin to send emails using your Google account
Click the button above to confirm authorization.”

I just get a 404. I contacted the web host and they whitelisted mod_security but it didn’t work. I even changed web hosts (to Dreamhost) where I can disable mod_security but it still doesn’t work.

I tried using the SMTP option and that doesn’t work.

changing from one gmail account to another

$
0
0

Replies: 0

Hi there, i was trying to use this plugin and as a test i filled in the information for one of my email accounts, but i don’t want to use this email acount anymore. instead i want to use a different email account.
i’m using gmail accounts.
my question is: how do i change the preferences so that i can get emails to a new gmail account and not to the one i already set up?

thanks in advanced,
guy


Test mail not working for gmail

$
0
0

Replies: 0

This is the log. Not sure what is the reasons.

Versions:
WordPress: 4.9.8
WordPress MS: No
PHP: 5.6.38
WP Mail SMTP: 1.3.3

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

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

  • This topic was modified 4 hours, 20 minutes ago by seankwok.

EMAIL DELIVERY ERROR: WP Mail SMTP plugin logged this error during the last time

$
0
0

Replies: 0

Hi. I have searched for this issue but decided to open a new thread because my case is a little different.
I got a messsge displayed at the top:

EMAIL DELIVERY ERROR: WP Mail SMTP plugin 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.
Please review your WP Mail SMTP settings in plugin admin area. Consider running an email test after fixing it.

I have tried sending test mail and it successfully sent each time I tried. After the test successfully executed, the message dissappear for a while and eventually will reappear.
I am not sure what is the issue because the mail is working fine.

I am using SMTP btw.

Cannot create project

$
0
0

Replies: 1

Trying to create project in google api and get this:

Error
You may not have permission to create projects in this organization. Contact your Google Apps account admin to verify you have the Project Creator role.

Stuck.

Help!

Thanks

Email Spoofing Security Problem

$
0
0

Replies: 0

Hello,
I’ve been using this plugin for quite a while now without any problems. Recently I’ve started to have a major problem with email spoofing. Hundreds of emails are being sent from my domain to my clients disguised to come from me but are actually Russian spammers with malicious links.

The technical team at Sitelock identified WP Mail SMTP as the faulty plugin that has led to this security breach.

My gmail mailer is completely configured and connected with Client ID/Secret. I’ve also implemented DKIM and DMARC to try to mitigate the problem with no success.

Currently running 1.3.3 on updated WordPress Version

Please advise

not sending emails of a plugin

$
0
0

Replies: 0

Hi. i have activated a plugin (better notification plugin) to send notification emails to the authors but when your plugin is active, the emails of that will not be sent!!! what should i do? my smtp is based on webmail.
thanks

App not verified on click allow

$
0
0

Replies: 1

This app isn’t verified
This app hasn’t been verified by Google yet. Only proceed if you know and trust the developer.

I have set up everything on gmail account but now getting this error.

EMAIL DELIVERY ERROR: WP Mail SMTP plugin 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”
}
}
Consider running an email test after fixing it.

Client ID AND secret doesn’t have space in it its inserted correctly.

  • This topic was modified 11 hours, 15 minutes ago by devncp.

WooCommerce emails aren’t send when WP Mail SMTP is activated

$
0
0

Replies: 2

Hi,

I would like to use WP Mail SMTP for emails that are send through the contact form on my website. However, when I activate WP Mail SMTP, the WooCommerce order emails aren’t send to customers (I can check with WP Mail Log).

How can I fix this?

Greetings,
Tess


Warning, 2 Lines of WP SMTP Code Deprecated in PHP 7.1

$
0
0

Replies: 0

Hi,
the SiteGround PHP Config tool indicates there are 2 lines of code that have been depricated in PHP 7.1, and is preventing me from upgrading to PHP 7.1. Thank you.

FILE: /XXX/XXX/public_html/XXX.com/wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
—————————————————————————————————————————————–
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES
—————————————————————————————————————————————–
69 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
69 | WARNING | Function mcrypt_create_iv() is deprecated since PHP 7.1; use OpenSSL instead
108 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
108 | WARNING | Function mcrypt_create_iv() is deprecated since PHP 7.1; use OpenSSL instead
—————————————————————————————————————————————–

There was a problem while sending the test email.

$
0
0

Replies: 0

I’ve verified my domain, yet I still get this, and I’m confused as what I need to do to be able to successfully send emails. Additionally, please not that my main goal is to send a notification email when I reply to a comment in my WP blog.

Please reply ASAP.

Thank you.

**********

Mailgun failed.

Your Mailgun account does not have access to send emails.

Typically this error is because you have not setup and/or complete domain name verification for your Mailgun account.

Recommended next steps:

Go to our how-to guide for setting up Mailgun with WP Mail SMTP.
Complete the steps in section “2. Verify Your Domain”.

sions:
WordPress: 4.9.8
WordPress MS: No
PHP: 7.1.23
WP Mail SMTP: 1.3.3

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

Debug:
Mailer: Mailgun Free accounts are for test purposes only. Please upgrade or add the address to authorized recipients in Account Settings

Error sending emails

$
0
0

Replies: 2

Hi!

I get this error message when trying to send emails.

Versions:
WordPress: 4.7.11
WordPress MS: No
PHP: 5.5.9-1ubuntu4.25
WP Mail SMTP: 1.3.3

Params:
Mailer: smtp
Constants: No
ErrorInfo:
Host: localhost
Port: 25
SMTPSecure: string(0) “”
SMTPAutoTLS: bool(true)
SMTPAuth: bool(false)

Server:
OpenSSL: Yes
SMTP Debug:
[empty]

The thing though, is that the plugin is actually set up correctly with the following settings:

Host: mailcluster.loopia.se
SMTP Mailer

Encryption: TLS
Port: 587
Authentication on
username: mymail@domain.com

It’s as if the settings aren’t being read properly.

Any ideas?

Sending error message but everything OK

$
0
0

Replies: 0

Hello,

Only recently, with any website I use with the updated plugin, I get the following message:

Mailer: Other SMTP
PHPMailer was able to connect to SMTP server but failed while trying to send an email.

I have added my SMTP settings and on Outlook and webmail it all works perfectly fine … except on this plugin when I DO receive the email form the form, but I get this message.

The test email sends fine. I can also receive emails. But the message will not go away. I have literally spent hours trying to solve this and can’t hand it over to the client with this backend error message constantly popping up. I have tried every conceivable combination (SSL, TLS, Auto TLS, different form plugins, authentication, deleted the cache and more) but it simply will NOT disappear.

It used to work well. I’ve been using it for a couple of years. No problems at all but recently every time I send an email through the form (Formidable Forms) I get this error message – but I am receiving it fine in tests.

I have tried the default PHP option but my understanding is this is not the best idea and hence the entire reason to use this plugin.

Could someone PLEASE help. There are few plugins on the site I can’t think it’s a conflict.

Thank you.

Robin

compatibility with WPForms/contact pages & WP-Members plugin

$
0
0

Replies: 1

Just needed to know if there has been any compatibility issues with this plugin related to WPForms and WP-Members, prior to installing.

Viewing all 4993 articles
Browse latest View live


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