First thing first, i'm totally new to this kind of localhost server setup and i've been spending the last couple of days trying to figure this out, but with no luck.
I'm developing a php website with an email form.
I'm on a MAC using codekit and MAMP FREE and everything works fine. Now my question is, is it possible to test the email that should be sent from the form locally?
I've tried a lot of examples, like uncommenting the [mail function]
bit in php.ini
file, installing 3rd parties app like fakeSMTP and MockSMTP but absolutely nothing worked. The mailto()
code should work, as when i debug it no error are thrown
Is it possible to do that or not? anyone who knows how to properly set this up or that can point me to a dumb-proof guide?