Martin Blumenfeld
Forum Replies Created
-
According to the security scan report this was not fixed in V4.2. At this point we just deleted the plugin. We’ll find a different one that’s more well maintained.
I was able to figure out the issue myself. It looks like the original V3 upgrade failed at some point. I ran the WP CLI migration command to re-setup the tables. Then my order_items table was empty, so I wrote a SQL script to populate that. We only had one product, which made it easy.
Thanks @treibalen. Does this table just hold log entries and thus I could regularly truncate the table? Or is the information used to manage subscribers, create segments, etc?
@netfuelltd You’ve having a completely different issue all together. I would definitely start up a new thread. This thread was specifically about re-sending emails that worked properly when initially being sent from Gravity Forms.
@tonygatehouse If you have just recently upgraded to the latest version, test this on any emails going out after the plugin was updated. It won’t be backward compatible. At least that’s what I found.
- This reply was modified 2 years, 7 months ago by Martin Blumenfeld.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Mobile Open In New TabThank you!
Forum: Plugins
In reply to: [AddToAny Share Buttons] Mobile Open In New TabThanks for the detailed explanation @micropat! Is there a simple line of code I can add to open Twitter and LinkedIn in a new tab if my client is adamant that they open in a new tab?
And yes Facebook is THE WORST when it comes to opening their native app.
The fixed worked for new emails. Thank you so much!
@haseeb0001 Here you go:
Mailer: postsmtp
HostName: rps.is
cURL Version: 7.68.0
OpenSSL Version: OpenSSL/1.1.1f
OS: Linux 5.4.0-117-generic #132-Ubuntu SMP Thu Jun 2 00:39:06 UTC 2022 x86_64
PHP: Linux 8.0.19 C
PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=Yes, mcrypt=No, zlib_encode=Yes
WordPress: 6.0 en_US UTF-8
WordPress Theme: RPS Studios Inc.
WordPress Plugins: InfiniteWP – Client, Gravity Forms, Advanced Custom Fields: Font Awesome, Advanced Custom Fields PRO, The SEO Framework, Gravity Forms Zero Spam, iThemes Security Pro, LiteSpeed Cache, Post SMTP, Post Types Order, Redirection, ShortPixel Image Optimizer, Super Page Cache for Cloudflare
WordPress wp_mail Owner: /var/www/rps.is/htdocs/wp-content/plugins/post-smtp/Postman/PostmanWpMailBinder.php
WordPress wp_mail Filter(s): wp_staticize_emoji_for_email, PostsmtpMailer->get_mail_args
WordPress phpmailer_init Action(s): PostsmtpMailer->phpmailer_smtp_init
Postman: 2.1.1
Postman Sender Domain (Envelope|Message): rps.is | rps.is
Postman Prevent Message Sender Override (Email|Name): Yes | Yes
Postman Active Transport: SMTP (smtp:tls:plain://email-smtp.us-east-1.amazonaws.com:25)
Postman Active Transport Status (Ready|Connected): Yes | Yes
Postman Deliveries (Success|Fail): 33 | 0@haseeb0001 That unfortunately didn’t work. In both Gmail and Apple email the HTML is displayed in the email and not rendered as you would expect.
Is there a chance you have the username and password defined in the wp-config.php file? Look for POST_SMTP_AUTH_USERNAME in the wp-config.php file. Or optionally your server might have object caching enabled. Your host should have a plugin to clear that. Or their support team can help with it.
Thanks! That’s working for me now.
- This reply was modified 2 years, 11 months ago by Martin Blumenfeld.
I’m glad it wasn’t just me. Thanks for the quick fix!
Yep, I know I can re-send the notification from the Gravity Forms entries section. I was more bringing this up as an issue with Post SMTP. If it logs an email and you want to resend it, it should resend the email in the format it was originally sent in. So text goes as text and HTML goes as HTML.
And here’s the email I receive
I haven’t tried sending the email with another plugin since this is a Post SMTP feature.