Activation mail not received and logs says it sent

Im not receiving activation mail but my production.log says it been successfully sent

please find below production.log stack

Started GET "/finish-installation/confirm-email" for 220.247.229.50 at 2018-12-18 11:18:01 +0000

Processing by FinishInstallationController#confirm_email as HTML

Rendering finish_installation/confirm_email.html.erb within layouts/finish_installation

Rendered finish_installation/confirm_email.html.erb within layouts/finish_installation (0.6ms)

Rendered layouts/_head.html.erb (13.3ms)

Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 7.2ms)

Started PUT "/finish-installation/resend-email" for 220.247.229.50 at 2018-12-18 11:18:07 +0000

Processing by FinishInstallationController#resend_email as HTML

Parameters: {"authenticity_token"=>"OQH/iHWSdilaE+4iwRuGNdmlM1PXQ8byISSj19JzKGvP4VbaDS9T758LTWV9V1pby/yz6b0IFU2p01OfQLFckQ=="}

Rendering finish_installation/resend_email.html.erb within layouts/finish_installation

Rendered finish_installation/resend_email.html.erb within layouts/finish_installation (0.4ms)

Rendered layouts/_head.html.erb (0.2ms)

Completed 200 OK in 29ms (Views: 1.7ms | ActiveRecord: 11.7ms)

Sent mail to wiki@sysco.com (878.3ms)

Check the mail logs of your mail service.

3 Likes