Question: Smtp Issue

Smtp Issue

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 ?

AA

Ayoade Adeyemi

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 ?

  • MS

    Mian Saleem

    Answered

    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

  • MS

    Mian Saleem

    Answered

    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

  • AA

    Ayoade Adeyemi

    Answered

    Thank you

    Resolved

  • Login to Reply