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

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
(Created page with "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...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
* Configuration
 
http://fclose.com/b/linux/1411/sending-email-from-mailx-command-in-linux-using-gmails-smtp/
 
http://fclose.com/b/linux/1411/sending-email-from-mailx-command-in-linux-using-gmails-smtp/
  
Line 4: Line 5:
  
 
http://support.google.com/mail/bin/answer.py?hl=en&answer=13287
 
http://support.google.com/mail/bin/answer.py?hl=en&answer=13287
 +
 +
* Common Errors1 - Host Certificate does not match
 +
<pre>
 +
[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"
 +
</pre>
 +
 +
Solution
 +
<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