Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mime] Allow email message to have "To", "Cc", or "Bcc" header to be valid #36947

Merged
merged 1 commit into from May 25, 2020
Merged

[Mime] Allow email message to have "To", "Cc", or "Bcc" header to be valid #36947

merged 1 commit into from May 25, 2020

Conversation

ehymel
Copy link

@ehymel ehymel commented May 24, 2020

Q A
Branch? 5.0
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #36944
License MIT
Doc PR N/A

Allow emails to have any one of To:, Cc:, or Bcc: fields rather than forcing a required To: field.

@fabpot fabpot changed the base branch from master to 4.4 May 25, 2020 05:42
@fabpot
Copy link
Member

fabpot commented May 25, 2020

Thank you @ehymel.

@fabpot fabpot merged commit b524e04 into symfony:4.4 May 25, 2020
This was referenced May 26, 2020
@Pixelshaped
Copy link

Hello!
By any chances has this PR solved #36333?
Thanks!

@ehymel ehymel deleted the donotrequirefromfield branch June 2, 2020 14:05
@ehymel
Copy link
Author

ehymel commented Jun 2, 2020

@Pixelshaped ... this PR only fixes an error message when there is no 'To:' field but there is a 'cc' or 'bcc' field. Doubtful it would address the case you referenced.

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.

symfony/mime should not require a 'To:' field if there is a 'Bcc' field.
4 participants