Skip to content

Instantly share code, notes, and snippets.

@alexishida
Created March 28, 2017 06:46
Show Gist options
  • Select an option

  • Save alexishida/c2a3b20d7afdf6dc26f94fa924cb06e0 to your computer and use it in GitHub Desktop.

Select an option

Save alexishida/c2a3b20d7afdf6dc26f94fa924cb06e0 to your computer and use it in GitHub Desktop.
Instalando sendmail Ubuntu
sudo apt-get install sendmail
sudo sendmailconfig
sudo pico /etc/hosts
127.0.0.1 197b43000208 localhost localhost.localdomain
::1 197b43000208 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
172.17.0.4 197b43000208
echo "Subject: test" | /usr/lib/sendmail -v [email protected] Example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment