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

Send SMTPUTF8 if the message needs it and the server supports it #20

Open
wants to merge 3 commits into
base: 7.1
Choose a base branch
from

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    90be05e View commit details
    Browse the repository at this point in the history
  2. Send SMTPUTF8 if the message needs it and the server supports it.

    Before this commit, Envelope would throw InvalidArgumentException when a
    unicode sender address was used. Now, that error is thrown slightly later,
    is thrown for recipient addresses as well, but is not thrown if the
    next-hop server supports SMTPUTF8.
    
    As a side effect, transports that use JSON APIs to ESPs can also use
    unicode addresses if the ESP supports that (many do, many don't).
    arnt committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c238035 View commit details
    Browse the repository at this point in the history
  3. Fix minor spelling error

    arnt committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a38f839 View commit details
    Browse the repository at this point in the history