Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Unicode bug in email sending #9

Open
migurski opened this issue Jul 10, 2015 · 0 comments
Open

Unicode bug in email sending #9

migurski opened this issue Jul 10, 2015 · 0 comments
Assignees
Labels

Comments

@migurski
Copy link
Contributor

File "/app/app.py", line 160, in prepare_app
  msg = 'From: {fromaddr}\r\nTo: {toaddr}\r\nCc: {fromaddr}\r\nSubject: City Analytics Dashboard got used\r\n\r\n{name} {email} for {website_url}.'.format(**locals())

UnicodeEncodeError: ‘ascii’ codec can't encode character u'\u201c' in position 9: ordinal not in range(128)
@migurski migurski added the bug label Jul 10, 2015
@migurski migurski self-assigned this Jul 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant