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

Fix #114 Sender email without name #118

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

fdaugan
Copy link

@fdaugan fdaugan commented Jan 16, 2020

Handle the original from having no name.
Assumption: originalRecipient = info@example.com
Previously supported forms:

  • from = Betsy <betsy@example.com> and customFrom = "" -> from = Betsy <info@example.com>
  • from = Betsy <betsy@example.com> and customFrom = "noreply@example.com" -> from = Betsy <noreply@example.com>

Additional supported forms:

  • from = betsy@example.com and customFrom = "" -> from = betsy at example.com <info@example.com>
  • from = betsy@example.com and customFrom = "noreply@example.com" -> from = betsy at example.com <noreply@example.com>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant