Results 1 to 9 of 9

Thread: Automatic email import NOT supported?

  1. #1
    jbr
    jbr is offline Junior Member
    Join Date
    Sep 2010
    Posts
    2

    Default Automatic email import NOT supported?

    Hi,

    Just wondering if it really is the case that Sugar CE 6 does NOT support automatic import of of inbound emails? If you think it is supported, would you please reply with up-to-date info about how to enable it?

    From what I can tell, a Group Folder combined with a Group Mail Account provides a way for inbound email to be automatically imported into the db...but it doesn't look like admins can create 'Group Folders' in CE 6, let alone associate them with Group Mail Accounts - or at least not as described here http://kb.sugarcrm.com/featured/an-i...y-in-sugarcrm/

    Anyway, manually importing email is not an option for my scenario - so I thought I'd ask before trying another crm solution. And no, I'm not that interested in creating cases from email - that does automatically import email, but it's klugey and pollutes the email's subject.

    Thanks for your help!
    --Justin

  2. #2
    christianknoll's Avatar
    christianknoll is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    Vienna
    Posts
    939

    Default Re: Automatic email import NOT supported?

    Just create an email account and then poll that mailbox, associate the emails to email adresses found and the relevant objects and archive the email in sugar. Not sure why you need this but this is a piece of cake to realize if you understand sugar.

    christian.


    Quote Originally Posted by jbr View Post
    Hi,

    Just wondering if it really is the case that Sugar CE 6 does NOT support automatic import of of inbound emails? If you think it is supported, would you please reply with up-to-date info about how to enable it?

    From what I can tell, a Group Folder combined with a Group Mail Account provides a way for inbound email to be automatically imported into the db...but it doesn't look like admins can create 'Group Folders' in CE 6, let alone associate them with Group Mail Accounts - or at least not as described here http://kb.sugarcrm.com/featured/an-i...y-in-sugarcrm/

    Anyway, manually importing email is not an option for my scenario - so I thought I'd ask before trying another crm solution. And no, I'm not that interested in creating cases from email - that does automatically import email, but it's klugey and pollutes the email's subject.

    Thanks for your help!
    --Justin

  3. #3
    jbr
    jbr is offline Junior Member
    Join Date
    Sep 2010
    Posts
    2

    Default Re: Automatic email import NOT supported?

    I think you're describing how to *manually* import/archive inbound email into the db. And yep, manual imports work and aren't difficult, but they're also not my goal

    My goal is to configure the automatic import of inbound email - How should this be configured in SugarCRM Community Edition 6?

    If you believe this is supported in the CE version, please reply with some actionable guidance OR with links to relevant documentation.

    Thanks for your help with this!
    --Justin


    Quote Originally Posted by christianknoll View Post
    Just create an email account and then poll that mailbox, associate the emails to email adresses found and the relevant objects and archive the email in sugar. Not sure why you need this but this is a piece of cake to realize if you understand sugar.

    christian.

  4. #4
    dmetelski is offline Senior Member
    Join Date
    Jul 2010
    Posts
    38

    Default Re: Automatic email import NOT supported?

    Hi Justin,

    I have been looking at this also. The CE version will not allow you to assign a "group" of users to have incoming e-mail disseminated. I believe only the Pro and Ent versions allow you to assign teams/roles to a inbound group folder. In CE all of the incoming group e-mails are assigned to administrator. If someone can tell me different please chime in. Individual e-mails should work fine.

    Now to answer your specific question.
    To get the automatic polling of inbound e-mail you need to go to Admin->Schedulers.
    There you will find a list of tasks that are triggered by cron.php that you will need to setup on your web server.
    The task you are looking for is Check Inbound Email Accounts. The settings should be fine but if you want to modify the time interval for polling just click on the Check Inbound Email Accounts task.
    Now in order for the automation to be complete, you also need to setup a cron job to run on your webserver to trigger the time to run cron.php. Cron.php will then run the scheduler tasks such as Check Inbound Email Accounts.
    The commands that will work for different web server setups are listed below the list of tasks on the Scheduler page that you will need to use. I actually used all 3 to figure out which one RackSpace would take. The curl one worked for me.
    Once the cron command is set on the web server it triggers the scheduled tasks to see what to run. When it is working the log below each task when clicked will show eitehr a failure or success.

    Hope this helps.
    Deon

  5. #5
    midijay is offline Member
    Join Date
    Jan 2011
    Posts
    7

    Default Re: Automatic email import NOT supported?

    dmetelski, thanks a million for your post, couldn't find this anywhere in the sugar documentation.

    curl worked for me to on plesk

    it's only early days but it seems to only auto-import emails that are unread, do you find this to be true also?

    if so i guess i will just have to remember to mark important emails as unread in gmail after i read them.

    anyway thanks again, have been pulling my hair out for days and this finally fixed it

  6. #6
    pjn
    pjn is offline Junior Member
    Join Date
    Mar 2011
    Posts
    1

    Default Re: Automatic email import NOT supported?

    Hi, I found the import only imports unread email too.

    The old pop3 importer worked better. Have you found a way to import all emails?

    Thanks,


    pjn

  7. #7
    wer_ru is offline Junior Member
    Join Date
    Apr 2011
    Posts
    1

    Default Re: Automatic email import NOT supported?

    Quote Originally Posted by pjn View Post
    Hi, I found the import only imports unread email too.

    The old pop3 importer worked better. Have you found a way to import all emails?
    n
    to enable pop3 you must adding the following line to the config_override.php file located in your SugarCRM main folder:
    $sugar_config['allow_pop_inbound'] = true;

    I found one more bug for imap importer
    1. Then import is ended letter mar us read in external box (gmail for examle). Then i'm using pop3 all is ok
    2. I don't understand WHY personal mail account haven't import feature???? only group mail have it. WHY?

  8. #8
    wojt is offline Junior Member
    Join Date
    Feb 2012
    Posts
    3

    Default Re: Automatic email import NOT supported?

    Hi Deon,

    could please advise me what command should be modified in the cron.php file?

    Quote Originally Posted by dmetelski View Post
    Hi Justin,

    I have been looking at this also. The CE version will not allow you to assign a "group" of users to have incoming e-mail disseminated. I believe only the Pro and Ent versions allow you to assign teams/roles to a inbound group folder. In CE all of the incoming group e-mails are assigned to administrator. If someone can tell me different please chime in. Individual e-mails should work fine.

    Now to answer your specific question.
    To get the automatic polling of inbound e-mail you need to go to Admin->Schedulers.
    There you will find a list of tasks that are triggered by cron.php that you will need to setup on your web server.
    The task you are looking for is Check Inbound Email Accounts. The settings should be fine but if you want to modify the time interval for polling just click on the Check Inbound Email Accounts task.
    Now in order for the automation to be complete, you also need to setup a cron job to run on your webserver to trigger the time to run cron.php. Cron.php will then run the scheduler tasks such as Check Inbound Email Accounts.
    The commands that will work for different web server setups are listed below the list of tasks on the Scheduler page that you will need to use. I actually used all 3 to figure out which one RackSpace would take. The curl one worked for me.
    Once the cron command is set on the web server it triggers the scheduled tasks to see what to run. When it is working the log below each task when clicked will show eitehr a failure or success.

    Hope this helps.
    Deon

  9. #9
    wojt is offline Junior Member
    Join Date
    Feb 2012
    Posts
    3

    Default Re: Automatic email import NOT supported?

    could you advise me how to modify the cron.php file?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Supported Email protocols on Sugar
    By moice in forum Feature Requests
    Replies: 1
    Last Post: 2008-12-18, 05:22 PM
  2. Replies: 0
    Last Post: 2008-09-06, 10:53 PM
  3. Installer fails saying mysql not supported, but phpinfo shows supported version
    By challinan in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2008-06-13, 10:56 AM
  4. Replies: 0
    Last Post: 2008-02-18, 12:44 PM
  5. Replies: 2
    Last Post: 2007-11-11, 11:38 PM

Tags for this Thread

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
  •