php在curl的时候报错 cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) 解决方法: 无法获取本地颁发者证书 网上搜的解决方法:(http://stackoverflow.com/questions/29822686/curl-error-60-ssl-certificate
示例:Jack 发送一封邮件给 Rose. public class SendMail { public static void main(String[] args) { boolean isSSL = true; String host = "smtp.163.com"; int port = 465; String from = "jack@163.com"; String