Firstly, I am completely unfamiliar with this localhost server installation, and I spent the last couple of days trying to figure it out, but no luck.
I am developing a php site with an email form.
I use MAC using codekit and MAMP FREE and everything works fine. Now my question is: can I check the email that should be sent from the form locally?
I tried many examples, for example, uncommented the [mail function] bit in the php.ini , installing a third-party application, such as fakeSMTP and MockSMTP , but absolutely nothing worked. The mailto() code should work, because when I debug it, the error does not occur
Can this be done or not? Anyone who knows how to properly configure this or what might point me to a dead end guide?
source share