Brim
Forum Replies Created
-
do_action( ‘forminator_custom_form_after_handle_submit’, $form_id, $response );
This one seems to be the easiest to use ??
$form_id – is number?
$response – is array? If I have field {name-1} how can I get data from this array?
And what if it’s a radio button {radio-1}?Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Doesn’t work inside tablesThe fix is already implemented in this version:
https://downloads.www.ads-software.com/plugin/ad-inserter.zipGreat! Everything is fine.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Doesn’t work inside tablesThank you for great plugin. ??
Hope you’ll fix it soon.Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Doesn’t work inside tableshttps://www.exocur.ru/sksbank/
block 5 – for desktop users
block 6 – mobileForum: Plugins
In reply to: [Contact form 7 TO API] Redirection to URLThat plugin doesn’t transfer data from form to redirection page, so it’s quite useless.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Validate email in Contact form DBmbrsolution, I was there and it doesn’t help.
There is a hook after the email is sent. I need it before mail sent.
Forum: Fixing WordPress
In reply to: No emails about new commentsProblem solved.
I missed that time, when mail about new comments were sent to author of the post, but not to the admin of site.
Forum: Fixing WordPress
In reply to: No emails about new commentsI got access to mail log. And problem is not in NS settings. As I expected.
But, still, I don’t understand what’s going on… ??
Now, mail goes to [email protected] (I have an editor with this email), but it’s not set enywhere in settings:
mail() on [/var/www/u6831835/data/www/biocontrol.ru/wp-includes/class-phpmailer.php:603]: To: [email protected] -- Headers: Date: Thu, 2 Apr 2015 11:04:39 +0000 Return-Path: <[email protected]> From: =?UTF-8?B?0KLQtdGB0YI=?= <[email protected]> Message-ID: <[email protected]> X-Priority: 3 X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/) Reply-To: "[email protected]" <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
Mail should go to [email protected].
And when I check box about getting mail and appprove comments, WordPress sends 2 letters at once:mail() on [/var/www/u6831835/data/www/biocontrol.ru/wp-includes/class-phpmailer.php:603]: To: [email protected] -- Headers: Date: Thu, 2 Apr 2015 11:06:09 +0000 Return-Path: <[email protected]> From: WordPress <[email protected]> Message-ID: <[email protected]> X-Priority: 3 X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mail() on [/var/www/u6831835/data/www/biocontrol.ru/wp-includes/class-phpmailer.php:603]: To: [email protected] -- Headers: Date: Thu, 2 Apr 2015 11:06:09 +0000 Return-Path: <[email protected]> From: WordPress <[email protected]> Message-ID: <[email protected]> X-Priority: 3 X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
Hosting support said the problem is not in server settings, but in WP.
Any ideas? ??
Forum: Fixing WordPress
In reply to: No emails about new commentsI deleted line “spf2.0/mfrom,pra include:senderid.unisender.com ~all”.
And… no effect ??
A don’t belive problem is in SMTP settings, because 2 types of letters (You need to approve comment and Subscribe to Comments) works fine. And only one letter goes to some black hole…
I asked my hosting provider to send me mail log for today, but it will take hours to get answer…
Forum: Fixing WordPress
In reply to: No emails about new comments[email protected] = [email protected]
Wanted to change address, but missed it couple times ??Forum: Fixing WordPress
In reply to: No emails about new commentsSo, I have softfail, but it works for letters about approving comments.
Forum: Fixing WordPress
In reply to: No emails about new commentsDelivered-To: [email protected]
Received: by 10.202.91.194 with SMTP id p185csp450631oib;
Wed, 1 Apr 2015 09:54:09 -0700 (PDT)
X-Received: by 10.112.67.107 with SMTP id m11mr36450160lbt.43.1427907248456;
Wed, 01 Apr 2015 09:54:08 -0700 (PDT)
Return-Path: <[email protected]>
Received: from server61.hosting.reg.ru (server61.hosting.reg.ru. [37.140.192.111])
by mx.google.com with ESMTPS id cz5si2039806lac.174.2015.04.01.09.54.07
for <[email protected]>
(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Wed, 01 Apr 2015 09:54:08 -0700 (PDT)
Received-SPF: softfail (google.com: domain of transitioning [email protected] does not designate 37.140.192.111 as permitted sender) client-ip=37.140.192.111;
Authentication-Results: mx.google.com;
spf=softfail (google.com: domain of transitioning [email protected] does not designate 37.140.192.111 as permitted sender) [email protected]
Received: from u6831835 by server61.hosting.reg.ru with local (Exim 4.72)
(envelope-from <[email protected]>)
id 1YdLu3-0006uu-IA
for [email protected]; Wed, 01 Apr 2015 19:54:07 +0300
To: [email protected]
Subject: it’s in russian ??
X-PHP-Originating-Script: 1046:class-phpmailer.php
Date: Wed, 1 Apr 2015 16:54:07 +0000
From: WordPress <[email protected]>
Message-ID: <[email protected]>
X-Priority: 3
X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bitForum: Fixing WordPress
In reply to: No emails about new commentsI send email from biocontrol.ru and get it on gmail.com
Forum: Fixing WordPress
In reply to: No emails about new commentsPostman SMTP, you think, I get mail about comments to approve, but unable to find mail about new comments?
Seriously?I know nothing about email setup, it’s shared hosting. And mail sent by WordPress.
If it’s important – PHP 5.3.Forum: Fixing WordPress
In reply to: No emails about new commentsTried both with no effect.
Most strange is that I get mails abouts comment I need to approve.
Or, for example, mail from “Subscribe to comments” plugin.
It means SMTP is ok, server is fine. But inside WordPress something is broken.I tried even to reinstall WordPress. But still – no mail about new comments.