On Fri, Oct 8, 2010 at 11:58 AM, Gerhard Killesreiter <[email protected]> wrote: > Drupal sends plain-text emails by default. Plain text mails should (in > my opinion) be wrapped to 80 lines. If you want to send html-mail you > need to use some contributed module. That module can undo the wrapping > of the text for the html mails, if desired.
For the record, drupal is actually following RFC 3676, a specific method of sending plain text e-mails (format=flowed; delsp=yes). so (sadly) it's not just Gerhard's opinion :p --mark
