contact form mail not send

hi there

i have a problem with contact form sending mail.

im using the default setting, when use ‘useFileTransport’ => true in mailer config, it will save email as a file in runtime/mail, but when set ‘useFileTransport’ => false, show success msg but not send mail.

there is no problem with reset password mail request!

what is the problem?

thanks in advance

There must be something in your logs?

Try and use MailHog : https://github.com/mailhog/MailHog

Download and run it and open http://0.0.0.0:8025 in your browser and then send emails.

The only thing you need to do is change the port to 1025.

The MailHog will catch the emails you’re sending and you can even release them (ie forward them).