Closed vinibrsl closed 9 months ago
@pablo-co 👋
Thanks for the awesome work on bamboo_postmark! I'm not sure why checks are failing, I think it's related to CircleCI and not the code itself. Could you please take a look?
Some personal circumstances kept me away from work and checking these public repos. Thank you for the contribution and the patience you've shown after some months of no interaction on my part. Will try look into this next week.
This PR encodes names with quotes when building e-mails, e.g.
"John Doe" <johndoe@provider.test>
. This adds support for special names with commas and even quotes.Related: https://github.com/symfony/symfony/pull/39866, https://github.com/plausible/analytics/issues/1885