Sending email from command line using PHP
- September 25th, 2010
- Posted in Web Development
- By Geoff Toogood
- Write comment
Here is a simple php script that sends an email from the command line using php. It sort of assumes you have the PHP CLI installed (“#apt-get install php5-cli” on debian). The aim is for a quick way you can test if your localhost SMTP server is sending emails from PHP. Of course there are some more sophisticated classes written if you need to do something fancy.
