O. Shekriladze
O. Shekriladze

Reputation: 1536

Send mail using mailtrap in laravel

I am sending mail using mailtrap. mailtrap received mail in inbox, it says:

From:   Example <[email protected]>
To: <[email protected]>

but the problem is I don't get any mail on [email protected], not in inbox, not in spam. so what is the problem?

Upvotes: 0

Views: 449

Answers (2)

Abdur Rahman
Abdur Rahman

Reputation: 783

Remove the mailtrap as default mailing driver and setup your smtp configurations and give a try.

Upvotes: 0

FGDeveloper
FGDeveloper

Reputation: 1050

mailtrap does not send any mail to any mail address, it using for fake mail, so you can see your send mail on your mailtrap inbox after login to mailtrap service

Upvotes: 3

Related Questions