Where Mail Server Protocol POP3 in Sugarcrm 6 Version 6.0.1 (Build 4143) ???
Where Mail Server Protocol POP3 in Sugarcrm 6 Version 6.0.1 (Build 4143) ???
POP3 support is no longer available by default and its use is discouraged by Sugar.
If you must use it, add the following to your config_override.php file:
$sugar_config['allow_pop_inbound'] = true;
Regards,
Angel Magaña
Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
Blog: http://cheleguanaco.blogspot.com.
Twitter: @cheleguanaco.
________
| Projects: |_____________________________________
|
| CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
| GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
| CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
| Round Robin Leads Assignment
| Phone Number Formatter
| CaseTwit (Twitter Integration)
______________________________________________
When I add this line $sugar_config['allow_pop_inbound'] = true; in config_override.php and I refresh my crm I have this error:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hosting/www/esatem.es/public/crmesatem/config_override.php:1) in /hosting/www/esatem.es/public/crmesatem/include/MVC/SugarApplication.php on line 474
Warning: Cannot modify header information - headers already sent by (output started at /hosting/www/esatem.es/public/crmesatem/config_override.php:1) in /hosting/www/esatem.es/public/crmesatem/include/utils.php on line 2298
What is the reason?
This is my new config_override:
<?php
/***CONFIGURATOR***/
$sugar_config['dbconfigoption']['collation'] = 'utf8_spanish2_ci';
$sugar_config['default_language'] = 'es_es';
$sugar_config['default_currency_iso4217'] = 'EUR';
$sugar_config['default_currency_name'] = 'Euro Dollar';
$sugar_config['default_currency_symbol'] = '€';
$sugar_config['default_date_format'] = 'd/m/Y';
$sugar_config['default_time_format'] = 'H.i';
$sugar_config['max_size_picture'] = '2000';
$sugar_config['default_module_favicon'] = false;
$sugar_config['stack_trace_errors'] = false;
$sugar_config['developerMode'] = false;
$sugar_config['list_max_entries_per_page'] = '100';
$sugar_config['passwordsetting']['SystemGeneratedPasswordON'] = '0';
$sugar_config['SAML_loginurl'] = '';
$sugar_config['SAML_X509Cert'] = '';
$sugar_config['allow_pop_inbound'] = true;
/***CONFIGURATOR***/
My sugarcrm version is 6.1 Comunity edition
Yes I could use a resolution to this as well. Where should I put
$sugar_config['allow_pop_inbound'] = true;
Nevermind. Thank you.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks