It looks like you're new here. If you want to get involved, click one of these buttons!
$config['wordwrap'] = TRUE;
/*Local*/
$config['protocol'] = 'smtp';
$config['smtp_host'] = 'ssl://smtp.gmail.com';
$config['smtp_port'] = '465';
$config['smtp_timeout'] = '7';
$config['smtp_user'] = 'sigalzahav@gmail.com';
$config['smtp_pass'] = '*********';
date_default_timezone_set('Africa/Johannesburg');
// used for development and testing
$config['dev_mode'] = TRUE;
$config['dev_email'] = 'sigalzahav@gmail.com';
// for debugging... there is a hook in place to turn this on
$config['enable_profiler'] = FALSE;
Comments
AND $_SERVER['SERVER_ADDR'] == $_SERVER['REMOTE_ADDR']
Call Stack
# Time Memory Function Location
1 0.0009 398128 {main}( ) ..\index.php:0
2 0.0024 462216 require_once( 'C:\wamp\www\clarenssaNewFuel\fuel\codeigniter\core\CodeIgniter.php' ) ..\index.php:236
3 0.0901 3437416 call_user_func_array ( ) ..\CodeIgniter.php:318
4 0.0901 3437464 Contact->index( ) ..\CodeIgniter.php:0
5 0.1073 4238920 Contact->_process( ) ..\contact.php:17
6 0.1744 4800368 CI_Email->send( ) ..\contact.php:91
7 0.1749 4801816 CI_Email->_spool_email( ) ..\Email.php:1370
8 0.1749 4802032 CI_Email->_send_with_smtp( ) ..\Email.php:1501
9 4.3389 4814880 CI_Email->_get_smtp_data( ) ..\Email.php:1644
http://codeigniter.com/forums/viewthread/184596/#877153
$config['crlf'] = "\r\n";
I was googling this issue for hours yesterday, all the posts I found didn't mention this fix.
Thank you !