Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Mailer] Various fixes and hardenings#64248

Merged
nicolas-grekas merged 1 commit into
symfony:8.1symfony/symfony:8.1from
nicolas-grekas:81-fixes-mailernicolas-grekas/symfony:81-fixes-mailerCopy head branch name to clipboard
May 19, 2026
Merged

[Mailer] Various fixes and hardenings#64248
nicolas-grekas merged 1 commit into
symfony:8.1symfony/symfony:8.1from
nicolas-grekas:81-fixes-mailernicolas-grekas/symfony:81-fixes-mailerCopy head branch name to clipboard

Conversation

@nicolas-grekas
Copy link
Copy Markdown
Member

Q A
Branch? 8.1
Bug fix? yes
New feature? no
Deprecations? no
Issues -
License MIT

ses port configuration is new to 8.1

mailomat hardening come from their doc: https://api.mailomat.swiss/docs#tag/webhook-security

@carsonbot carsonbot added this to the 8.1 milestone May 18, 2026
@nicolas-grekas nicolas-grekas merged commit c4277c7 into symfony:8.1 May 19, 2026
9 of 12 checks passed
throw new TransportException(\sprintf('The "Send-At" header must be a "%s" instance.', DateHeader::class));
}
$payload['send_at'] = $header->getDateTime()->getTimestamp();
$headers->remove($name);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the transport should not mutate the email. Why doing this here ?

@nicolas-grekas nicolas-grekas deleted the 81-fixes-mailer branch May 19, 2026 07:36
@fabpot fabpot mentioned this pull request May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.