0
I set up a Linux instance on Amazon EC2, installed the basics to run a PHP application (Apache + PHP + Mysql).
What surprised me was when I did a test using the function mail() PHP, I received in my email normally as if I had a localhost SMTP server set up with the following address:
<[email protected]>
Doubt:
As my instance on Amazon EC2 without having an SMTP server configured, as postfix or similar was able to send email using the function mail() of PHP?