-
Notifications
You must be signed in to change notification settings - Fork 89
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
encoding name in Address #152
Labels
Comments
Could you please post the complete error message. You can also enable logging to get better debugging information: Logger.root.level = Level.ALL;
Logger.root.onRecord.listen((LogRecord rec) {
print('${rec.level.name}: ${rec.time}: ${rec.message}');
}); |
close2
added a commit
that referenced
this issue
Mar 31, 2021
close2
added a commit
that referenced
this issue
Mar 31, 2021
close2
added a commit
that referenced
this issue
Mar 31, 2021
fsw
pushed a commit
to fsw/mailer
that referenced
this issue
Nov 16, 2023
fixes issue kaisellgren#172 fixes issue kaisellgren#171 fixes issue kaisellgren#167 fixes issue kaisellgren#152 improved document for cid (issue kaisellgren#104)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
..from = Address(username, '注文')
When I send an email with the name above, there is a display error ????
The text was updated successfully, but these errors were encountered: