• Resolved dionwiggins

    (@dionwiggins)


    Great plugin. I have 1 small issue with formatting when using HTML emails. Line breaks are ignored in HTML format, so the content appears on 1 line. Is there any way to format the content so that line breaks can be handed when sending HTML emails? If not, a great feature update would be to read the HTML format flag on the email and use <br> when it is HTML.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author apasionados

    (@apasionados)

    Hi @dionwiggins. The formatting should be ok even in HTML email and it should use <br> tags. Next week our developers will have a look.

    Best regards from Spain.

    Thread Starter dionwiggins

    (@dionwiggins)

    Thanks for the quick response. Look forward to hearing from the developers next week ??

    Good day!
    Tell me, is the formatting issue resolved?
    How to correctly write a construction with a tag <br>

    Plugin Author apasionados

    (@apasionados)

    There is a check included for this:

    if(wpautop($array['body']) == $array['body']) // The email is of HTML type
    $lineBreak = "<br/>";
    else
    $lineBreak = "\n";

    But we just tested it with the latest version and there it doesn’t detect the HTML email type.

    We will debug this.

    Best regards from Spain.

    Plugin Author apasionados

    (@apasionados)

    We just uploaded version 1.6.0 where we made some changes to the check for HTML or PLAIN text email.

    We will test it the next days on more sites and release it if we don’t find any errors.

    You can download it right now in the Advanced View or here directly: v1.6.0.

    Please drop a line here if you have tested and it worked for you or if you found problems.

    Best regards from Spain.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Formatting data’ is closed to new replies.