Setting the Postfix mail in Ubuntu
Install postfix
apt install postfix
install mailx
apt install mailutils
In the /etc/postfix/main.cf file, add -
relayhost = [smtp.gmail.com]:587
# Location of sasl_passwd we saved
smtp_sasl_password_maps = hash:/etc/postfix/sasl/sasl_passwd
...
bhaskar422.hashnode.dev2 min read