AA
Asked
Hello My smtp record details are corect but when i registered new user, i didnot get any email in my inbox and spambox folder What could have been the issue ?
- MSAnswered
Hello,
Laravel is well tested for emails. We did test the smtp too as all local dev we use smtp driver.
If you are not getting email then please check the
storage/logs/
folder for errors.Thank you
- MSAnswered
Hello,
Notification email has been failed. Expected response code “250/251/252” but got code “550”, with message “550 5.7.27 : Sender address rejected: Domain example.com does not accept mail (nullMX)”
The errors looks like due to the from email address, Please check your
MAIL_FROM_ADDRESS
in your.env
and set it to your email address of your domain.Thank you
- AAAnswered
Thank you
Resolved
- Login to Reply