i want to check the email sending functionality of my application. I read different articles but non of them were useful. I want to check what emails are generated by my application so i test my application. i tried different tools like Test Mail Server Tool, smtp4dev etc. But they did not receive emails generated by application.
I want to receive emails content which is sended by the application locally when i call php mail() function.