Per https://www.ads-software.com/plugins/wp-better-emails/:
This plugin has been closed as of January 10, 2023 and is not available for download. This closure is temporary, pending a full review.
Is there an established reason why this happened? Was it simply due to developer inactivity, is there something more severe like a security concern, or was it something else entirely? It doesn’t seem to be from the plugin author/maintainer since it wouldn’t need a review to confirm this status.
This notice being entirely non-descriptive leaves me unsure about what to do with sites this is already installed on (especially considering it’s stated to be “temporary” & awaiting a proper review where it might turn out to be totally fine & re-instated…?) It’s almost been a month now without further info being posted that I’ve found.
For whomever (or whatever, if this was automated) triggered this to be made unavailable, it would definitely help to provide at least some context as to why this was done in the future.
]]>The members of the platform that I‘ve made would like the messages in their own languages. Please give me some tips or support. The site is with Buddypress, using WPML to translate.
]]>Hi there,
Good day. Hope you’re doing well.
I would like to ask how to fix this I received HTML code layout from my email.?
Please see attached picture for your reference:
https://ibb.co/cDNDBH0
https://ibb.co/0yg95Gx
Thank you.
]]>Guten Morgen an alle. Seit ein paar Wochen haben wir das Problem dass bei einem Post (Mail) das Layout nicht mehr mit verschickt wird. Wir haben ein Layout hinterlegt: Settings –> WP Better Emails
siehe Layout:
<img src="https://ibb.co/GT7tFCz“ />
Wenn wir den Post dann schicken fehlt das ganze Layout (hat jedoch bis vor ein paar Wochen funktioniert). Vershickt wird er jedoch
Wisst ihr vl warum?
Vielen Dank schon im Voraus
Liebe Grü?e Kristin
I saw an old topic sending an unsubscribe link in the emails beautified by this plugin. Since I can’t reply to that topic anymore, I’m opening this hoping it will be useful to someone.
We also needed this functionality in all of the mails sent from our website. In order to get this done I modified the function send_html in wpbe.php. Maybe this is useful for someone else as well.
function send_html( $phpmailer ) {
// Added the possibility to have the %to% field in the mail template, for example for unsubscribe functionalit
$email_address = $phpmailer->getToAddresses();
$phpmailer->AltBody = str_replace('%to%', $email_address[0][0], $this->process_email_text($phpmailer->Body));
if ( $this->send_as_html ) {
$phpmailer->Body = str_replace('%to%', $email_address[0][0], $this->process_email_html($phpmailer->Body));
}
}
In order to add unsubscribe functionality, you could add something like this to your template:
<a href="https://mywebsite.com/unsubscribe/?email=%to%">Unsubscribe</a>
Caveat: it only works for the first To-address in the mail.
]]>Hello,
I just install the plugin and replace wordpress@ email adress work great !
Now i try to change the content of the email so its possible to change the content for default email sent when user creat an account on wordpress ?
Thanks for your help
]]>Hi there I updated my sito to wp 5.7 but now the plug-in doesn’t works.
When Will it be compatible with the last wordpress release?
Thanks guys
]]>Can WooCommerce emails be customized? I have configured everything but it does not apply to these emails.
Thank you very much, good plugin.
]]>When these two plugins are used together the emails are full of <br> tags and there are lots of spaces.
Is there any way to fix this issue?
Tell me your plugin will work with Wpforms ?
]]>Just wondering since this site (https://plugintests.com/plugins/wp-better-emails/latest) shows depreciation errors with 7.2
I’d be upgrading from 7.0 to 7.3 and it’s the only one showing with errors via that site.
]]>This plugin is not sending any image via email. why it’s not supporting images ?
Please help
Thanks
Hello,
Thank you for this nice plugin!
After the update to WordPress 5.4 we get a message in all /wp-admin pages:
Deprecated: contextual_help is deprecated since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead. in /home/nevma/blog.nevma.gr/wp-includes/functions.php on line 5089
After searching for contextual_help
in our installation, the only place where it is mentioned is the WP Better Emails plugin. If that is so, is it possible to create a fix/update for this?
Thanks in advance!
]]>Hello,
I am getting errors saying that your plugin has been abandoned. Although not the end of the world it does mean that we need to keep an eye out for potential conflicts and problems.
Just wanted to check if you were planning on keeping it tested and up to date or if we may want to seek elsewhere for a similar plugin?
Cheers!
]]>How to make messages in different languages?
I use plugin wp multilang.
Hi great plugin, we love it.
But we have just noticed that the emails are going out without a unsubscribe option at the bottom.
A subscriber emailed us to ask us to delete his email, and thats why we just picked it up.
Is this not an option via the plugin
Cheers
]]>Hi,
How can I use the subject line of the email in my template? Like %blog_name% but for the actual email’s subject. I would like to use it in place of where %blog_name% original was.
]]>Hello,
BuddyPress and I believe WordPress mails add the username to the email content, how come WP Better Emails doesn’t? Is there a shortcode I can add to display it in the email? %username% won’t work ??
Thank you!
Hello, Nicolas! Thank you for this great, simple and a quite useful plugin!
I have found an issue in the plugin’s default template, which forces spam checkers to recognize it as a SPAM.
Let me explain. I have configured mail sender on my server to get 10/10 scoring in mail-tester.com. Usually this configuration guarantee, that my letters will go to the user’s inbox. However yesterday I have been told, that some users having letters went to the SPAM box.
Next, I have tried to solve this and detected a reason in the mail-tester message “-2.699 URI_WPADMIN WordPress login/admin URI, possible phishing” which results to overall score 7.4/10.
Checking details, I found a reason for this bug. You have used /wp-admin/ folder in your default template and this is why spam analyzer thinks this letter can be a phishing letter.
Next, I have tried to change the path to something neutral and got 10/10 again. And letters going to inbox again.
Do you think it is a good idea to change the default template so it will not include /wp-admin/ folder for images?
Thank you!
]]>Getting warnings from Main WP this plugin may be abandoned. No update in over a year??
]]>Hi,
Does anyone know how to adapt the template of this plugin to RTL languages?
I had a question about this plugin that will it support WooCommerce? I wanted to totally customize the email which WooCommerce sends and inject my own html which is generated by Sendgrid. Let me know if it’s possible. Thank you for your help.
]]>The “From name” that I define in your plugin settings is ignored. When an email is sent from the website, the “From name” is simply the email address.
]]>Your plugin is excellent and works perfectly when creating new users, thank you.
However, I am using the plugin “Import users from CSV with meta” to create new users in bulk. In this case, that plugin bypasses your plugin, and sends a generic plain text email with plain text password (instead of the password creation link).
Do you know if there’s a way to make these two plugins work well together so that the new users created with “Import users from CSV with meta” get sent the nice emails generated by the “WP Better Emails” plugin?
Thanks in advance.
]]>I just wanted to let you know that if you use this in conjunction with MailGun everything breaks. Mailgun seems to override this with plain text emails, and the combination causes password reset emails to break too.
Once either is disabled it works fine.
Any chance you guys plan to support mailgun?
]]>Hi,
I just got this notification upon saving:
403 Forbidden
A potentially unsafe operation has been detected in your request to this site, and has been blocked by Wordfence.
If you are an administrator and you are certain this is a false positive, you can automatically whitelist this request and repeat the same action.
[ ] I am certain this is a false positive.
Best regards, Michiel
]]>Hello,
strangely enough the images I have added to the template work when I open an email on my computer but not on my phone.
Do you have any idea how to fix this?
Should I use a different setting?
Thanks!
]]>Wo Better plugin is not working. Even I setting and view all codes against and again but same problem I am facing. Actually I design of email which I edited is not show in my received email even I tried also as default format but not working.
How I fix this issue please have a look at this message and need urgent action required this matter.
I want when anyone submit the contact form I can able to receive design formatted email on my address. For an example I created an Form and I have shortcode if that form is [Form id=”1″] now tell me how I setting.
Shiv Kumar
https://shivkumar.co.nf
Hi, I know you are busy with other works but I tried to accomplish my task by my own but I couldn’t move a bit.
My problem is, When I enable WP Better EMails plugin, woo-commerce emails layout is disturbing, it is adding unwanted break tags and adding unwanted HTML tags which is creating a big mess in the email.
How can I fix that? or else I thought of one solution, to completely not apply this WP Better Email template to all woo-commerce emails so my problem may solve. How can I do this?
Please suggest any one of the solutions.
]]>Hi.
Nice plugin. But there is a conflict with WooCommerce. The plugin block all the WC emails. Is there a way to fix this issue?
Edner