-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier][FakeSMS] Error Email does not comply with addr-spec of RFC 2822
#58535
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
Labels
Comments
petski
added a commit
to petski/symfony
that referenced
this issue
Oct 11, 2024
Fixes `Error Email does not comply with addr-spec of RFC 2822` See: symfony#58535
petski
added a commit
to petski/symfony
that referenced
this issue
Oct 11, 2024
Fixes `Error Email does not comply with addr-spec of RFC 2822` See: symfony#58535
petski
added a commit
to petski/symfony
that referenced
this issue
Oct 13, 2024
Fixes `Error Email does not comply with addr-spec of RFC 2822` See: symfony#58535
petski
added a commit
to petski/symfony
that referenced
this issue
Oct 13, 2024
Fixes `Error Email does not comply with addr-spec of RFC 2822` See: symfony#58535
petski
added a commit
to petski/symfony
that referenced
this issue
Oct 13, 2024
Fixes `Error Email does not comply with addr-spec of RFC 2822` See: symfony#58535
Hey, thanks for your report! |
Friendly ping? Should this still be open? I will close if I don't hear anything. |
Still valid. I'll dust off and reopen the PR when I find some time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Symfony version(s) affected
6.4
Description
Given the Texter is
fakesms
And the DSN is set to
fakesms+email://default?to=some@email.com&from=other@email.com
And the
SmsMessage
-object has afrom
set to "1234567890"When this
SmsMessage
is provided tosend()
Then an exception is thrown:
Email "1234567890" does not comply with addr-spec of RFC 2822.
How to reproduce
Possible Solution
Additional Context
The text was updated successfully, but these errors were encountered: