Skip to content

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.

1 participant