Skip to content

Update recipient and sender names to use empty string instead of null.#104

Merged
Sebobo merged 1 commit intoneos:mainfrom
die-wegmeister:main
Feb 10, 2026
Merged

Update recipient and sender names to use empty string instead of null.#104
Sebobo merged 1 commit intoneos:mainfrom
die-wegmeister:main

Conversation

@Benjamin-K
Copy link
Copy Markdown
Contributor

Symfony Mailer expects the name to be a string and not null (see Address implementation). Therefore setting the default of the names to an empty string will prevent us from throwing an exception if they are not set.

Resolves #98

Symfony Mailer expects the name to be a string and not null. Therefore setting the default of the names to an empty string will prevent us from throwing an exception if they are not set.
Copy link
Copy Markdown
Contributor

@dlubitz dlubitz left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thank you @Benjamin-K

Copy link
Copy Markdown
Member

@Sebobo Sebobo left a comment

Choose a reason for hiding this comment

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

Thx

@Sebobo Sebobo merged commit 6628181 into neos:main Feb 10, 2026
7 checks passed
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.

Recipient mail without a name lead to an error

3 participants