We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get : Non US-ASCII detected and no charset defined. Defaulting to UTF-8, set your own if this is incorrect.
my ruby file is utf, str is in utf p body.encoding #Encoding:UTF-8
but still get this same information
I setup Mail.defaults do param_encode_language 'pl' end
and still get error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get :
Non US-ASCII detected and no charset defined.
Defaulting to UTF-8, set your own if this is incorrect.
my ruby file is utf, str is in utf
p body.encoding
#Encoding:UTF-8
but still get this same information
I setup
Mail.defaults do
param_encode_language 'pl'
end
and still get error
The text was updated successfully, but these errors were encountered: