Current Page: 1 of 1
Results 1 - 4 of 4
7 years ago
jagguy
The issue is not cakephp it is WAMP as my code is correct $email = new Email(); $email->transport('gmail3'); $to='xxx9@gmail.com'; $subject='testing'; $message='hello, dfsfsdfsdf sdfsdf'; $email->from(['xxx@gmail.com' => 'test']) ->to($to) ->subject( $subject)
Forum: WampServer English
7 years ago
jagguy
I stil get the same error with that line- this is what I get with 'tls' => true stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086: SSL routines: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed stream_socket_client(): Failed to enable crypto stream_socket_client(): unable to connect to ssl://smtp.gmail.com:465 (Unknown error)
Forum: WampServer English
7 years ago
jagguy
Hi, I can't get cakephp3 to send emails. In cakephp2 I could do this no problem. I am using the latest WAMP, and cakephp3.3 on Windows 7. I tried to follow the directions but it looks like I am getting something basic wrong. Do I also need to configure Wamp as I checked the php.ini file but there is no smtp entry to change I believe the error is a WAMP setup for smtp because the code for cake
Forum: WampServer English
7 years ago
jagguy
Hi, I have wamp64 and php version 5.6.16 and apache 2.4.17. I have a 4gb ram win7 pc I am running a cakephp project and keep getting an error when displaying rows from a table Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4145278 bytes) To increase the memory there is no php.ini so I changed the memory_limit = 2048M in php-production.ini NOt sure if I edited
Forum: WampServer English
Current Page: 1 of 1