Form returns 500 Server Error #305
-
Hello, Expected response code "250/251/252" but got code "553", with message "553 5.7.1 [email protected]: Sender address rejected: not owned by user m067bb72".", The mail settings in my .env are all set and it is working. Responses are stored and I can also send the test email. I've tried different mail services and configurations, always same issue. Would be great to get some assistance on this topic. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@hanneshoepfnerio this is not a PEAK issue, but a general mail misconfiguration that could actually happen in any site. The errocode you are receiving is a mail-error code, not a HTTP one. Please make sure that you enter the correct credentials and the corresponding e-mailaddress. In this case it pretty clearly tells you that [email protected] is not owned by user m067bb72 and I also doubt [email protected] is |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hi everyone,
I found the issue, which might be something other users experience as well.
If you install statamic with a default peak starterkit, you have a form out of the box.
This form has a default from address set, which is NOT overwritten by the .env config.
Its only overwritten when deleted.
Therefore the test was using the .env config, which was working, but the form was using the default peak settings which are obviously not owned by the .env config and failed.
I guess leaving them empty on default would be great.