You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had the error "message has lines too long for transport." The fix, for me, was to do so for the body : replace(message, "\n"=>"\r\n"). Overwise UNIX carriage return is not detected by mailers, it would be great to detect it and correct it if necessary.
The text was updated successfully, but these errors were encountered:
I have had the error "message has lines too long for transport." The fix, for me, was to do so for the body :
replace(message, "\n"=>"\r\n")
. Overwise UNIX carriage return is not detected by mailers, it would be great to detect it and correct it if necessary.The text was updated successfully, but these errors were encountered: