Server Sendmail
Installation of sendmail in the server droplet / machine
$ sudo apt-get install sendmail$ hostname$ sudo nano /etc/hosts$ 127.0.0.1 localhost hostname$ sudo sendmailconfig$ sudo service apache2 restart
Last updated
Installation of sendmail in the server droplet / machine
$ sudo apt-get install sendmail$ hostname$ sudo nano /etc/hosts$ 127.0.0.1 localhost hostname$ sudo sendmailconfig$ sudo service apache2 restart
Last updated
$ sendmail email_address < file.txtHello there !$ sendmail < file.txt james@example.com