zhangjl / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

google::SendEmail on Windows #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. google::SendEmail("abc_123@hotmail.com", "this is ia test", "hello");
2.
3.

What is the expected output? What do you see instead?

Results in the following error to stderr: The system cannot find the path 
specified

What version of the product are you using? On what operating system?

Microsoft Vista x86
VC++ 9.0

Please provide any additional information below.

Original issue reported on code.google.com by derek_ba...@hotmail.com on 4 Apr 2009 at 2:24

GoogleCodeExporter commented 9 years ago
Glog's email feature depends on external mail command. If you have sendmail or 
something compatible with it, you may be able to set the path of the mail 
command using 
GLOG_logmailer or --logmailer. Otherwise, you cannot send emails. I have no 
plan to 
support sending email feature natively.

Thanks,

Original comment by shinichi...@gmail.com on 9 Apr 2009 at 7:57