How do I test email forms when developing locally?

Hi there,

I am building a website.

I have installed local and have set up wordpress on my machine.

I would now like to test a from I have created.

Whenever i submit the form from my local wordpress website, I do not receive the email.

I have tried using WP Mail SMTP, but this doesn’t work either…

What am I doing wrong?

Thanks
Owen

Go to the Utilities tab and open Mailhog. You should find all mail sent from your local WordPress install there.

Cool, thanks! Didn’t know that!