Expected response code "250" but got code "550", with message "550 " envelope sender not allowed xyz@yahoo.com #49176
Unanswered
RobertIacoveciuc
asked this question in
Q&A
Replies: 3 comments · 2 replies
-
|
I have the same problem, can you tell me how you solved it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It looks like you are not allowed to send email from this address. Do you use a real mail provider (like mailgun, etc)? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I also have this problem. Have you found a solution? I send emails to myself on behalf of my clients (history of emails sent to clients from PHP) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Symfony version(s) affected
5.4.11
Description
Hello, I was wondering why when i set
->from($email)as 'xyz@yahoo.com' it is being blocked, but when I use any other email it works just fine.
My DNS config is as follows
MAILER_DSN=smtp://EMAIL_TO:PASS@OUT_DOMAIN:465
Here is the full Message
{"message":"Email transport \"Symfony\\Component\\Mailer\\Transport\\Smtp\\SmtpTransport\" started","context":{},"level":100,"level_name":"DEBUG","channel":"mailer","datetime":"2023-01-31T15:07:34.034673+01:00","extra":{}} {"message":"Send Mail Fail. \\r\\nError Code: 550 \\r\\nMessage: Expected response code \"250\" but got code \"550\", with message \"550 \"envelope sender not allowed xyz@yahoo.com\"\".","context":{},"level":600,"level_name":"EMERGENCY","channel":"app","datetime":"2023-01-31T15:07:34.046563+01:00","extra":{}}How to reproduce
Sending any email that is to @yhaoo.com
Possible Solution
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions