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 ?
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 ?
- MSAnsweredHello,
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 - MSAnsweredHello,
`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 - AAAnsweredThank you
Resolved - Login to Reply