• Resolved fredmurimi

    (@fredmurimi)


    I am sending Emails with this ‘Email to users‘ plugin but on the receiver’s side the mails come out with no line breaks but a block of text. Installed on my site is WP Mail SMTP with Sendinblue mailer to deliver my emails.

    Kindly assist.

    • This topic was modified 1 year, 11 months ago by fredmurimi.
    • This topic was modified 1 year, 11 months ago by fredmurimi.
Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Contributor Suman Bhattarai

    (@metalfreek)

    Hi @fredmurimi this is a known issue and a fix is actively going on. At the moment, plugin will not add break tag to new line. I am working on a fix and should be there on new release. In the mean time a temporary way to get around this is to add p tag when you want a new line.

    Sorry for inconvenience.

    Thanks.

    I just installed and found the same issue. Thanks for getting this fixed. Not sure how you will go about this but some places a Shift Enter or Control Enter will enter a break (br) or a new paragraph <p>

    Those tags work for now so we will wait without holding our breath
    Thanks for doing this plug in. Just what we needed.

    Plugin Contributor Suman Bhattarai

    (@metalfreek)

    New release of plugin now adds br tag if user go to new line on editor. I hope this will provide a bit better user experience while composing emails. Thanks.

    Hi – I’m using version 1.3.1 – I think this is the most recent version? Line breaks work, but paragraph breaks still do not. I have to add double hard-returns in order to get a paragraph break which looks bad in the “Email Message” editor (way too much white space), and it is confusing to a website client to explain this workaround when they try to send an email to users that is supposed to look professional. Any chance for a proper fix still?

    Plugin Contributor Suman Bhattarai

    (@metalfreek)

    Hi @sidfilmz It’s tricky to make email style work well with RTE contents. I will try to find a solution to issue you mention but coming out with a proper solution is a bit of a work. Thanks for reaching out. I will definitely work on making end user experience as easy as possible. Thanks.

    I have the same issue. Adding <p> or <br> tag adds double space on the receiving end.

    If you are using the php mail function you may want to see this

    https://www.w3schools.com/PHP/func_string_nl2br.asp

    Not sure how it all works in WP. Sorry if you already know all of this.

    Plugin Contributor Suman Bhattarai

    (@metalfreek)

    @mattr2110 @dspanogle plugin is using nl2br function to add <br> tag when user goes to new line on editor. This solves one problem but bring other problems with it.

    nl2br helps when users hit enter on editor and assumes that they have gone to new line and email content will be same. But if its not used all content will show up in single line without any line break.

    Using nl2br also adds <br> to places where we don’t want and creates issues reported by @mattr2110

    I am trying to find a better solution for this but for now, a recommended solution is to use <p> tag on every line instead of just going to new line.

    Plugin Contributor Suman Bhattarai

    (@metalfreek)

    Hi @fredmurimi @dspanogle @mattr2110 @sidfilmz Please try latest release of the plugin for the fix. I think latest fix is overall more consistent with end users RTE edits and email content. Let me know if you still have issues. Thanks.

    Thanks for fixing the paragraph issue. V1.3.2 now works fine in this area.

    However, single quotes in the subject line are still coming out preceded by backslashes, as I reported earlier.

    Colin

    Plugin Contributor Suman Bhattarai

    (@metalfreek)

    @britcoder Thank you for reporting the issue. I will add fix for this in next release.

    Plugin Contributor Suman Bhattarai

    (@metalfreek)

    Latest release should fix the issue of single and double quote being preceded by slash.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Line Breaks issue’ is closed to new replies.