laravel4发送电子邮件错误'此流不支持SSL /加密'

时间:2013-12-06 01:55:19

标签: php ssl laravel-4

现在我正在使用wamp在windows7上开发我的laravel4项目。当我发送电子邮件到使用时,我收到以下错误。

在搜索互联网后,答案是开放的openssl extendsion。

但我也遇到了这个错误。

有什么想法吗?谢谢:))

enter image description here

编辑: extension = php_openssl.dll是UNcommented,phpinfo显示Openssl ennable

2 个答案:

答案 0 :(得分:0)

  1. 在Debian和Ubuntu上安装php5-openssl(apt-get install php5-openssl
  2. 重启Apache(Debian和Ubuntu上的/etc/init.d/apache2 restart
  3. 应该这样做。

答案 1 :(得分:0)

我正在回答它的Windows

请按照以下步骤操作

1)在php.ini文件中启用extension = php_openssl.dll(Remove;)。

注意会有2个.ini文件。你需要编辑在Apache文件夹下找到的文件

2)重启服务器

3)运行phpinfo();并检查openssl,如下所示

enter image description here