Results 1 to 5 of 5

Thread: Pop3 in Sugarcrm 6??

  1. #1
    fgor09 is offline Junior Member
    Join Date
    Aug 2010
    Posts
    2

    Default Pop3 in Sugarcrm 6??

    Where Mail Server Protocol POP3 in Sugarcrm 6 Version 6.0.1 (Build 4143) ???

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Pop3 in Sugarcrm 6??

    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)
    ______________________________________________

  3. #3
    mjames28 is offline Junior Member
    Join Date
    Nov 2010
    Posts
    1

    Exclamation Re: Pop3 in Sugarcrm 6??

    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

  4. #4
    boomdawg81 is offline Junior Member
    Join Date
    Dec 2010
    Posts
    3

    Default Re: Pop3 in Sugarcrm 6??

    Yes I could use a resolution to this as well. Where should I put


    $sugar_config['allow_pop_inbound'] = true;

  5. #5
    boomdawg81 is offline Junior Member
    Join Date
    Dec 2010
    Posts
    3

    Default Re: Pop3 in Sugarcrm 6??

    Nevermind. Thank you.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 2010-07-22, 05:53 AM
  2. SugarCRM 5.2.0e POP3 hangs
    By openalliance in forum Patch Nominations
    Replies: 1
    Last Post: 2010-05-07, 04:43 PM
  3. Sugarcrm 5.2 and pop3
    By mathieuf in forum Help
    Replies: 6
    Last Post: 2009-11-18, 07:53 AM
  4. pop3??
    By Meyer in forum Help
    Replies: 1
    Last Post: 2009-03-26, 07:35 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •