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

Buddy Boss Wp Mail SMTP Breaks Activation Emails

$
0
0

Replies: 0

Hi,

I’m using the Buddy Boss Theme and I’d love to use WP Mail SMTP, but when the plugin is active, activation emails are not sent to new users. When I deactivate the plugin activation emails work again when creating a new account. Do you know the most likely reason why this problem would occur?

Thank you,

Alyssa Jorgensen


PHP 7.4 not sending using SendGrid and Crazy Domains

$
0
0

Replies: 0

Noticed that upgrading to PHP 7.4 at Crazy Domains hosting and using SendGrid mailer resulted in emails not sending out. Using the Test Email function reports the following error.

“There was a problem while sending the test email.”

Debugging Log:
Versions:
WordPress: 5.3.1
WordPress MS: No
PHP: 7.4.0
WP Mail SMTP: 1.8.1

Params:
Mailer: sendgrid
Constants: No
Api Key: Yes

Email sending works fine by downgrading to PHP 7.3 or lower.

Sending via php mail is broken.

$
0
0

Replies: 0

Hello.
The plugin suddenly stopped seeing the php mail: default (none). A test email is not sent.
I checked the mail function from php – the letter is sent.
<?php
$to = ‘xxx@gmail.com’;
$subject = ‘the subject’;
$message = ‘hello’;
$headers = ‘From: xxx@xxx.xx’ . “\r\n” .
‘Reply-To: webmaster@example.com’ . “\r\n” .
‘X-Mailer: PHP/’ . phpversion();

mail($to, $subject, $message, $headers);
?>
I have php7.3-fpm.
Has anyone else observed such problems with the plugin?

  • This topic was modified 17 hours, 53 minutes ago by monster000.

1.8.1 not work at PHP 7.4 / Versão 1.8.1 não funciona com PHP 7.4

$
0
0

Replies: 0

Until version 1.7.1, it worked normally. After update 1.8.1, it does not send any services (PHP, Google, MailGun, SMTP, and others). I tested with PHP 7.3, all services worked except GOOGLE (both “gmail” and “g suite”).

One mistake is that (I use the “g suite”) is that the Google account is not linking. After confirming to Google that you allow emails to be sent on your behalf, you should be redirected back to the plug-in admin area, but loads the site’s main page, and doesn’t activate the linked account button. .

The google email used was always the same, there was no password change, no two factor authentication or anything like that. Email is unique to this service.

Another error is that it always appears that the attempt to send the previous email failed, suggests that you send the test email (using PHP or other SMTP).

What to do, developers? Since the plugin is used by many others to send emails through the site?

================================

Até a versão 1.7.1, funcionava normalmente. Após a atualização 1.8.1, não envia de nenhum serviço (PHP, Google, MailGun, SMTP, e os demais). Fiz testes com o PHP 7.3, todos os serviços funcionaram, menos os GOOGLE (tanto vesão “gmail” quanto “g suite”).

Um dos erros é que (uso o “g suite”) é que a conta do Google não está vinculando. Depois de confirmar para o Google que você permite o envio de e-mails em seu nome, deveri ser redirecionado de volta à área de administração do plug-in, mas, carrega a página principal do site, e não ativa o botão de conta vinculada.

O email do google usado sempre foi o mesmo, não houve nenhum tipo de alteração de senha nem de autenticação de dois fatores ou algo do tipo. O email é exclusivo para este serviço.

Outro erro é que sempre aparece que houve falha na tentativa de envio do email anterior, sugere que faça o envio de email teste (usando PHP ou outro SMTP).

O que fazer, desenvolvedores? Sendo que o plugin é usado por muitos outros para fazer o envio de emails pelo site?

Why not encrypt the password?

$
0
0

Replies: 0

Is there any reason you don’t encrypt passwords before storing them in the database?

The one reason I’ve decided not to use this plugin is because it stores the mail password in plain text.

There are so many great resources that make it a trivial matter to encrypt/decrypt information quickly that I’m having a hard time understanding why you don’t take this simple yet important security measure.

Spam received from wp mail smtp

$
0
0

Replies: 0

Hi,

I use WP Mail SMTP for two websites. I am receiving spam from both of the forms.

I have the mailer set to Google.

[ Spam deleted, you really do not need to share spam here. ]

  • This topic was modified 2 minutes ago by Jan Dembowski.
  • This topic was modified 2 minutes ago by Jan Dembowski. Reason: Deleted spam

Multi site support please

$
0
0

Replies: 0

I know it’s probably been brought up before, but… multi site support please?

Currently going to the link results in

The link you followed has expired.

Please try again.

smtp problems

$
0
0

Replies: 0

I am using the WP Mail SMTP plugin and Wordfence. The issue is that when Wordfence sends out an email with updates etc the client is also getting a copy of this rather than just me, the site admin. Is there a way to stop that from happening? Under Wordfence general options, there is only my admin email.


Mail not sent

$
0
0

Replies: 0

Hello,
I choose the SMTP Mailer since my mail could not send.
So I checked the test mail, and the mail also display that it couldn’t be sent too.

Error comes like this:

There was a problem while sending the test email.

An issue was detected.

This means your test email was unable to be sent.

Typically this error is returned for one of the following reasons:

– Plugin settings are incorrect (wrong SMTP settings, invalid Mailer configuration, etc).
– Your web server is blocking the connection.
– Your host is rejecting the connection.

And this is the Error Log for debugging

Versions:
WordPress: 5.3.2
WordPress MS: No
PHP: 7.4.1
WP Mail SMTP: 1.8.1

Params:
Mailer: smtp
Constants: No
ErrorInfo: Invalid address: (setFrom) nekumaa@nekuma.com
Host: localhost
Port: 25
SMTPSecure: string(0) “”
SMTPAutoTLS: bool(true)
SMTPAuth: bool(false)

Server:
OpenSSL: OpenSSL 1.0.2k 26 Jan 2017
Apache.mod_security: No
SMTP Debug:

Invalid address: (setFrom) nekumaa@nekuma.com

Please help me as soon as possible. This is really urgent. Thank you.

SMTP not working with Conact form 7

$
0
0

Replies: 0

Dear team,

WE were trying to use this SMTP plugin but it is not working while following all the steps correctly and send test mail getting an error

There was a problem while sending the test email.
An issue was detected.
This means your test email was unable to be sent.
Typically this error is returned for one of the following reasons:
– Plugin settings are incorrect (wrong SMTP settings, invalid Mailer configuration, etc).
– Your web server is blocking the connection.
– Your host is rejecting the connection.

Note: We are using Gsuite mails and we have spoken to hostinger support team they are saying this is not our issue.

Storing outbound emails in “sent” folder on server

$
0
0

Replies: 0

Hello,

Apparently, messages sent by SMTP are not stored on server, in account’s “sent” folder.
Is there a way for storing somewhere those message sent out by SMTP (except in logs of course)?

Thanks!

Could not connect to the SMTP host

$
0
0

Replies: 0

Hi guys,

I am scratching my head on this one. I am getting the error message below.
I have doubled check username/password settings. I have checked with server admin to ensure IP address is whitelisted and I have tweaked SMTP Restriction settings, but nothing seems to work. Any ideas?

===
WordPress: 5.3.2
WordPress MS: No
PHP: 7.2.24
WP Mail SMTP: 1.8.1

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

Server:
OpenSSL: OpenSSL 1.0.2t 10 Sep 2019
Apache.mod_security: No
SMTP Debug:
2019-12-30 16:41:46 Connection: opening to ssl://server1.digitalopps.com:465, timeout=300, options=array ()

2019-12-30 16:41:47 Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://server1.digitalopps.com:465 (Connection refused) [/home/beveragelawbiz/public_html/wp-includes/class-smtp.php line 298]

2019-12-30 16:41:47 SMTP ERROR: Failed to connect to server: Connection refused (111)

Authorization For Client Set Up

$
0
0

Replies: 0

At the bottom where it says Authorization and Allow plugin to send emails using your Google account.

If I’m setting up a clients website is it ok if this is connected to my email address?

G Suite account not sending to .yahoo email addresses

$
0
0

Replies: 0

Hello!

I’ve been receiving the following error:

Address not found
Your message wasn’t delivered to (username)@yahoo.com because the address couldn’t be found, or is unable to receive mail.

This has happened about 30 times in the last couple of weeks… always Yahoo addresses.

I’m connected with a domain associated with a G Suite account… is that the issue? If so, what would you recommend I do to maximize my sending rate success?

Thank you so much!

how to check gmail losing connection periodicaly

$
0
0

Replies: 0

Hi, fist of all great plugin!

My issue as many others should have is that at a point gmail loses connection with the plugin (for example when you change password).
My question is: is there a way for the plugin or website to notify you every time it loses connection? At the moment, the only way to notice this issue is if you login the admin dashboard and see the error or if you try to submit the contact form which are both time consuming and i guess no one would go into the trouble to check every day


Form emails sending but not being received

$
0
0

Replies: 0

I am using Pepipost with WP Mail. I have the API key and test emails are successfully sent using the WordPress test function. However, my form submissions are not being received. I have used the email address I validated with pepipost (info@mysite.com) in the “From” address of the web forms. So, I don’t know what I may have missed in the configuration. Any help much appreciated.

Error when using php 7.4

$
0
0

Replies: 0

I receive an error on the defined send andress when using php 7.4. When I downgrade to php 7.3 everything works fine. When will php 7.4 be supported?

Issues with Mailgun and WP Mail SMTP

$
0
0

Replies: 1

I’m not a computer programmer by any stretch, and admitedly these may be questions more for Mailgun, however their support tickets are generating an error every time I try and submit one. Anyway, I thought I had a mailgun SMTP email setup properly. It seems I do not. I have a few issues actually that I’m hoping I can get help with:

1) I installed WP Mail SMTP and the Mailgun client because I’m using a CPanel email account (admin@simsportsgaming.com) for the website and its forum. After seemingly getting the SMTP setup properly, and inserting my Private API , I’m still getting emails kicked back to this address that our domain (simsportsgaming.com) has been flagged for spam. Truthfully, I doubt I have things set properly as I’m quite a novice at all of this.

Within the WP Mail SMTP plugin itself, I have the following information:

From Email: admin@simsportsgaming.com
Force From Email: NOT checked
Return Path: Checked
Mailer: Mailgun
Private API is set from Mailgun website
Domain Name: mg.simsportsgaming.com
Region: US

2) The second issue, is that I suddenly cannot get our forum to send emails to people who are signing up and need authentication, or a password reset, for instance. This has unfortunately gotten messy as I don’t even recall what I had it at before. Nevertheless, here are the setting options in the phpbb forum, but admittedly I’m not sure how to set these so that it properly goes through Mailgun:

Contact Email Address: postmaster@mg.simsportsgaming.com
From Email Address: postmaster@mg.simsportsgaming.com
Force From Email: Checked
Use SMTP: Yes
SMTP Server Address and Protocol: smtp.mailgun.org
SMTP Server Port: (I have tired 25, 587, 465)
Authentication Method for SMTP: ??????
SMTP Username: postmaster@mg.simsportsgaming.com
Verify SSL Certificate: Yes
Verifty SMTP Peer Name: Yes
Allow Self-Signed SSL Certificates: Yes

For what it’s worth, I have never created any sort of “postmaster” email account on my server. I only saw it after going to the SMTP settings page on Mailgun.

Some emails not sending if using wp-config.php

$
0
0

Replies: 0

Hi,
recently reset password email etc. started to produce “SMTP Error: Could not authenticate” messages. I was using wp-config.php file as instructed on plugin settings page. Test email worked fine. If I set “WPMS_ON” to false in wp-config.php and set password manually to plugin settings page, reset password email will be sent succesfully.

Don’t know is it just me or some bug but wanted to inform about it. WordPress and plugins are latest versions. I’m using smtp.office365.com.

SMTP configuration in SSL does not work

$
0
0

Replies: 0

Hi,
I installed and configured the plugin.
With SMTP without encryption it works correctly (port 25).
With SMTP in SSL it does not work (port 465 or 587).
But the parameters are correct because I requested them from my mail provider.
In fact, with Outlook it works in SSL.

What can I do?
Thank you.

Viewing all 5029 articles
Browse latest View live


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