How to setup mailtrap in laravel.

Everyone who is developing an application needs to test it with emails. These emails which we test can be a real heactic task if we use the real email ids. we will have to create or ask different persons for their emails and work on it. This is a real heactic task.

To sort out this problem there a great solution that we can use. its Mailtrap.io

What is Mailtrap?

Mailtrap is a fake SMTP server to test, view and share emails sent from the development and staging environments. Mailtrap provides dummy email veryfications once we have set it up for the application. All emails sent to Mailtrap are held in the Mailtrap inbox.

How to setup Mailtrap.

There is very simple steps to set it up. we just need to follow the following steps.

  1. We first have to create an account, for this we need to visit https://mailtrap.io we will see an interface as
mailtrap signup
  1. Then we need to click on signup button to signup either through your Google account, GitHub account or by providing your email address and password. we will see interface as
mailtrap signup with account
  1. Soon after the signup we will see interface like thatNow we are ready to go.

Tagged : / / / / /