Nicolas Lemoine
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Better Emails] Automatic line breaks in process_email_html()Just released 0.3, you can safely use the filter.
Forum: Plugins
In reply to: [WP Better Emails] how to add contact-page to WPBEHi norus,
Be sure that your contact form is using
wp_mail
and that notext/html
header is used to set the content type.N.
Forum: Plugins
In reply to: [WP Better Emails] Images are not sentHi,
Is the source of your image absolute?
It must be https://mydomain.com/wp-content/uploads/myimage.jpg
Not /wp-content/uploads/myimage.jpgN.
Forum: Plugins
In reply to: [WP Better Emails] date formatHi,
%time% uses the format set in general options. See Settings > General.
N.
Forum: Plugins
In reply to: [WP Better Emails] How to change from UTC time to server time in emailsHi jgatech,
%time% uses the format set in general options. See Settings > General.
N.
Forum: Plugins
In reply to: [WP Better Emails] Automatic line breaks in process_email_html()Hi David,
I’ll release a new version today. I’ll add two filters
wpbe_convert_line_breaks
andwpbe_convert_urls
so you can deactivate this feature.add_filter('wpbe_convert_line_breaks', '__return_false');
will do the trick.
N.
Forum: Plugins
In reply to: [WP Better Emails] Extra BR/space addedHi wzshop,
That’s probably because Mailjet is adding the tracking img tag and then WP Better Emails is applying the
nl2br
PHP method which converts line breaks to<br />
tags. Does it break emails?I’ll have a look at it.
N.
Forum: Plugins
In reply to: [WP Better Emails] Idea, change mail content?Hi,
Sorry the emails changed to wpbettermails [ @ ] helloni.co
I’ll think about adding this feature in the next release.
Best regards,
N.
Forum: Plugins
In reply to: [WP Better Emails] User-Specific Data for SQL tableHello Matt,
WP Better Emails wraps email sent by WordPress, it does not send emails.
Forum: Plugins
In reply to: [WP Better Emails] User-Specific Data for SQL tableHello Matt,
WP Better Emails wraps email sent by WordPress, it does not send emails.
As answered on Github, this change may fit in your case but it does not make sense at all.
The problem with sender name and adresse is that it’s not easy to guess if the email is a default/system one (lost password, etc.) or a notification with custom parameters (comment notification, etc.).
The only way I think about is checking the “from” email address against the default one: [email protected] and only apply changes if the default one is met.
Forum: Plugins
In reply to: [WP Better Emails] Different contents for different emails?Hi metaglyphics,
WP Better Emails allows to customize the template, not the content of emails.
I’ll think about adding this feature in a near future.
Forum: Plugins
In reply to: [WP Better Emails] Help Tab EmptyHi Garrett,
Thanks for the feedback. I’ll release an update today to fix this.
Forum: Plugins
In reply to: [WP Better Emails] not working after recent WP updateHi ccballero,
WP Better Emails won’t add a template on email that already are HTML to prevent potential conflicts.
Forum: Plugins
In reply to: [WP Better Emails] WPML cooperation or work with the internal translationsHi norus,
I don’t use WPML but I don’t think strings in the email template can be translated because they are saved with the whole template.
Best,
N.