Mailx with gmail
Installing mailx
yum -y update
yum install -y mailx
create a symbolic link
ln -s /bin/mailx /bin/mail
Set an External SMTP Server to Relay E-Mails
vi /etc/mail.rc
edit
set smtp=smtps://smtp.gmail.com:465
set smtp-auth=login
set [email protected]
set smtp-auth-pas...
10th Mar 2019