Hi
Sign up form does weird stuff
If you make up a very fake email throws an error
Expected response code 354 but got code “554”, with message "554 5.5.1 Error: no valid recipients
"
Test email used
(asdfasdfasdfkljkldsauhiuweqn@iasdfklnhjkaeiuqwoerqcwnqerw.com)
But if you fill the right email (a real existing domain), it works
Solution for this?
It seems it has to do with the email provider response “Recipient address rejected: Domain not found”, and SW6 cant handle the response
(My SMTP server is provided by mittwald.de)
If you go back to the backend the account is there, the password works, everything on that account is fine.
Is just SW6 crash on a “Domain not found” SMPT server response
If you create the account with a valid email domain, everything works, no errors and email gets delivered
just had a look into my SW6.1.1 installation and also into the master branch, did not get the error you mentioned, cause my browser detects the blankspace after the " . "
Can you double check this if it also happening on a “clean” installation of shopware?
I see, did not recognize you were looking at the admin point of view and the smtp server.
If I add a “random” address like you mentioned before into my smtp settings, the login fails, whatever I type in.
I guess this just means that shopware tries to send the mail, but this fails so the login fails aswell.
Should not be a too big thing at the moment, if mailer is correct or you use “disable email delivery (temporarily)”, you are able to login again, however I added a ticket to our issue tracker for this: https://issues.shopware.com/issues/NEXT-7129
It seems it has to do with the email provider response „Recipient address rejected: Domain not found“, and SW6 cant handle the response
(My SMTP server is provided by mittwald.de)
If you go back to the backend the account is there, the password works, everything on that account is fine.
Is just SW6 crash on a „Domain not found“ SMPT server response
If you create the account with a valid email domain, everything works, no errors and email gets delivered
I see, did not recognize you were looking at the admin point of view and the smtp server.
If I add a „random“ address like you mentioned before into my smtp settings, the login fails, whatever I type in.
I guess this just means that shopware tries to send the mail, but this fails so the login fails aswell.
Should not be a too big thing at the moment, if mailer is correct or you use „disable email delivery (temporarily)“, you are able to login again, however I added a ticket to our issue tracker for this: https://issues.shopware.com/issues/NEXT-7129
I think I got it now. But this is possibly connected to mitwald rejecting the mailaddress and sending the error back to shopware. In my test environment with “local” smtp server I can register with any email typed in. Might check the mitwald setup, but to be honest, does not look like to much of a bug to me, right?
The bug is that instead of handling the error, it has a crash
Perhaps is more of an improvement
It should display a message saying, „Invalid email address, Check the email address and try again“, or something else, instead of throwing an exception
We currently have an old SW5 installation with the same provider (mitwald), and it does handle the response in a more elegant way (not perfect though )…
seems like I am not getting this issue on my test environment.
Best would be if you could add this issue to https://issues.shopware.com/ so that our devs can have a deeper look into this for further updates!
It seems it has to do with the email provider response „Recipient address rejected: Domain not found“, and SW6 cant handle the response
(My SMTP server is provided by mittwald.de)
If you go back to the backend the account is there, the password works, everything on that account is fine.
Is just SW6 crash on a „Domain not found“ SMPT server response
If you create the account with a valid email domain, everything works, no errors and email gets delivered
Your information is very interesting. Thank you for sharing