Skip to content

Fix #114 Sender email without name#118

Open
fdaugan wants to merge 5 commits intoarithmetric:masterfrom
fdaugan:master
Open

Fix #114 Sender email without name#118
fdaugan wants to merge 5 commits intoarithmetric:masterfrom
fdaugan:master

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.

2 participants