Send email from mailx on Linux using Google GMail

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
  • Configuration

http://fclose.com/b/linux/1411/sending-email-from-mailx-command-in-linux-using-gmails-smtp/

http://www.thelinuxtips.com/tag/mailrc/

http://support.google.com/mail/bin/answer.py?hl=en&answer=13287

  • Common Errors1 - Host Certificate does not match
[oracle@ol6 tmp]$ cat content.txt | mailx -A gmail -s "test" ic@mail.com
[oracle@ol6 tmp]$ Error in certificate: Peer's certificate issuer is not recognized.
host certificate does not match "74.125.134.108"

Solution

TBD