Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unix carriage return #58

Open
abriotde opened this issue Mar 21, 2024 · 0 comments
Open

Unix carriage return #58

abriotde opened this issue Mar 21, 2024 · 0 comments

Comments

@abriotde
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant