Skip to main content

Message has lines too long for transport

Comments

5 comments

  • cPRex Jurassic Moderator

    Hey there!  Can you let me know from "from inside his website" means?  Is this from a form on the site itself and not webmail?

    0
  • Nikos Petsis

    Hi again.

    It is a opencart 3.0.6 site, with an abandoned cart plugin. This plugin send an email if someone forget something in his cart.

    I can see email on "Mail delivery report" with error "message has lines too long for transport"

    We are seeing this problem and on other sites on the server, we just noticed it now, trying to get the plugin to work.

    0
  • cPRex Jurassic Moderator

    Thanks for the additional details.  It would be best to contact the creator of that plugin to see if they have any more ideas, as I can't imagine any normal email message needing a line with more than 1 million characters.

    0
  • Nikos Petsis

    Thanks for your advice we will contact with plugin creator, but it is not the only account (who don't use outlook) with this error.
    but
    There are users with outlook, who even though they have increased "Automatically wrap text at characters" on outlook.

    0
  • Nikos Petsis

    Dear cPRex, the solution for my problem was this guide.

    On WHM > Exim Configuration Manager > Advanced Editor > Section: TRANSPORTSTART

    added those lines at the end of editor

    smtp: 
    driver = smtp 
    port = 587 
    hosts_require_auth = * 
    hosts_require_tls = *
    message_linelength_limit = 12048

     

    0

Please sign in to leave a comment.