Answer the question
In order to leave comments, you need to log in
What could be the problem with setting up mailgun in laravel?
Setting up mailgun in laravel. There are no errors, but the letters do not come to the addressee. The mail.php file has the following settings:
'driver' => 'mailgun',
'host' => 'mailtrap.io',
'port' => 2525,
'username' => null,
'password' => null,
'encryption' => null,
Answer the question
In order to leave comments, you need to log in
In mailgun, right in the service, there are wonderful logs where you can see what has reached the addressee and what has not, and why.
Next, in the same place in mailgun, make sure that the domain from which you send messages is in the active status.
Next, given settings are wrong, click on domain in mailgun and copy host, username, password into your settings.
where are the settings?
mailgun driver, with a mailtrap host, and no insignia - that's not set up for nothing.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question