Difference between revisions of "Send email from mailx on Linux using Google GMail"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
 
Line 11: Line 11:
 
[oracle@ol6 tmp]$ Error in certificate: Peer's certificate issuer is not recognized.
 
[oracle@ol6 tmp]$ Error in certificate: Peer's certificate issuer is not recognized.
 
host certificate does not match "74.125.134.108"
 
host certificate does not match "74.125.134.108"
 +
</pre>
  
[oracle@ol6 tmp]$
+
Solution
 
<pre>
 
<pre>
 +
TBD
 +
</pre>

Latest revision as of 20:32, 10 June 2012

  • 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