Welcome Guest, Not a member yet? Register   Sign In
fsockopen error with php 7.0
#6

You can try this, but also make sure that your sockets are enabled.

PHP Code:
$config['useragent'     'CodeIgniter';
$config['protocol'      'smtp';
$config['smtp_crypto'   'tls'// tls or ssl
$config['smtp_host'     'smtp.gmail.com';
$config['smtp_user'     '[email protected]';
$config['smtp_pass'     'xxxxxxxxxxxx';
$config['smtp_port'     587;
$config['smtp_timeout'  20;
$config['wordwrap'      TRUE;
$config['wrapchars'     76;
$config['mailtype'      'html';
$config['charset'       'utf-8';
$config['validate'      FALSE;
$config['priority'      3;
$config['crlf'          "\r\n";
$config['newline'       "\r\n";
$config['bcc_batch_mode'] = FALSE;
$config['bcc_batch_size'] = 200
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
fsockopen error with php 7.0 - by alfred.laggner - 02-21-2016, 05:02 PM
RE: fsockopen error with php 7.0 - by freddy - 02-21-2016, 07:20 PM
RE: fsockopen error with php 7.0 - by novianbiz - 12-29-2016, 09:15 PM
RE: fsockopen error with php 7.0 - by InsiteFX - 12-30-2016, 05:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB