Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/spring-boot/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Cakephp 1.3 cakephp不发送激活_Cakephp 1.3 - Fatal编程技术网

Cakephp 1.3 cakephp不发送激活

Cakephp 1.3 cakephp不发送激活,cakephp-1.3,Cakephp 1.3,有人能帮我吗?我的cakephp在注册后不发送激活链接。 当用户注册时,用户不会收到激活链接。你能帮助我吗?如何修复这些错误? 我已经尽了一切可能。还是臭虫,臭虫 'Email' => array( 'delivery' => 'smtp', 'sendAs' => 'both', 'host' => 'w0232ed3.02393.de',

有人能帮我吗?我的cakephp在注册后不发送激活链接。 当用户注册时,用户不会收到激活链接。你能帮助我吗?如何修复这些错误? 我已经尽了一切可能。还是臭虫,臭虫

          'Email' => array(
                'delivery' => 'smtp',
                'sendAs'   => 'both',
                'host'     => 'w0232ed3.02393.de',
                'port'     => 587,
                'timeout'  => 60,
                'username' => 'support@swoopo.de',
                'password' => '373673763'
            ),
    
            'Cache' => array(
                //'disable' => true,
                'check' => false,
                'time' => '' // relative time such as +1 day, +2 months, +3 minutes
            ),
    
            'debug' => 0
        );
   

它甚至试图发送这样的电子邮件吗?你怎么确定?如果它尝试了,它是发送失败(这会导致某个地方出现错误消息)还是发送但未收到?注册时,他会给出错误消息。这是有用的信息。错误消息是怎么说的?我们不是读心术的人。:-)错误消息:电子邮件发送失败。请重试或与管理员联系。这听起来像是用户端错误。我是说你的代码遇到的错误。也许在你的蛋糕日志里?或者可能被你的代码捕获而没有被记录在任何地方。没有任何代码可以查看,同样,很难说。