Form email not receiving

Hi

I’m testing a simple contact form in the clean-blog theme, but I have an issue. I don’t receive the data in my mailbox, but I don’t get any error either. Saving the form works correctly though… I’ve also filled in my email in the Email plug-in.
Could it be because I’m working on a localhost ( Wamp ) ?

Do you use ‘SMTP’ as the setting for ‘Mail Engine’ in the Email plugin settings? If not Grav will try to use the email server on the server it is running on.
Of course you also need to specify your SMTP server plus account details.

By default it uses PHP mail() function but sending from localhost is almost always being caught by spam filters very early.

I was using the PHP mail engine, I switched to Gmail’s SMTP server and that did the trick.