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