amazon-ec2 -> php mail()?
I am running a PHP website on an amazon EC2 Ubuntu server.
I would like to use PHP's mail() function for sending a few admin
notification emails per day.
First the mail() function didn't work.
Then I did:
sudo apt-get install postfix
Now it works but I wonder if this is safe? Can my server be used for spam
now?
No comments:
Post a Comment