Skip to content

Crashes on email adresses with illegal characters #143

@philpagel

Description

@philpagel

When an email address contains invalid characters (i.e. on-ASCII) mailmerge crashes with a stack trace.
Expected behavior: some kind of error message instead of crash. Ideally, continuing to send the remaining emails.

Example: email: [email protected] which contains an umlaut that shouldn't be there.
Result: UnicodeEncodeError: 'ascii' codec can't encode character '\xfc' in position 10: ordinal not in range(128)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions