Results 1 to 10 of 10

Thread: Getting inbound email to work

  1. #1
    blinkiz is offline Sugar Community Member
    Join Date
    Jan 2008
    Posts
    12

    Question Getting inbound email to work

    I have started to test sugarcrm. Seems good.
    The feature to have a sales@example.com inbound email that everyone can check, is great! Problem is that I can't get the function to work. Probably am doing something wrong because am new to sugarcrm.

    In the admin module and inbound email option, I have created a POP3 email checking. Crontab is also activated and seems to work.
    I have associated the email account with a group folder. If I have read the manual right, this group folder should be visible in the email module. Problem is that I can't see any folders in the email module with my admin account. What can be wrong? How do I use this feature?

    Using ubuntu 8.04 server, php 5.2.4, apache 2.2.8, sugarcrm 5.0.0b, mysql 5.0.51a.

  2. #2
    blinkiz is offline Sugar Community Member
    Join Date
    Jan 2008
    Posts
    12

    Default Re: Getting inbound email to work

    So what? No answer? Is no one here having this problem? Problem getting inbound email to work?

  3. #3
    sgandhi is offline Sugar Team Member
    Join Date
    Aug 2007
    Posts
    217

    Default Re: Getting inbound email to work

    blinkiz,
    Go to the email UI and click on the settings tab. There is a Folders tab. See if you see the created folder in Available Group Folders:. if you and its not subscribed then select that folder to subcibe it and then it will show up.

    Thanks
    -Samir Gandhi

  4. #4
    joelbox is offline Junior Member
    Join Date
    Apr 2008
    Posts
    4

    Question Re: Getting inbound email to work

    Hi, the same or similar problem. I have defined the group (info@..) and I can see the folder as a user. However the mail does not seem to be collected from the mail server. The private accounts work fine, and check mail gets them all.
    Is there a way to check (log) the the mailbox is actually being read by the system?

  5. #5
    sgandhi is offline Sugar Team Member
    Join Date
    Aug 2007
    Posts
    217

    Default Re: Getting inbound email to work

    Chek sugarcrm.log file. Check for Scheduler fired job of type pollMonitoredInboxes. Aftre then Trying to connect to mailserver for. If its able to connect to mail server then you will see the message Connected to mailserver. Check if you get that,

    Thanks
    -Samir Gandhi

  6. #6
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Getting inbound email to work

    I just tested 5.0.0d, the InboundEmail seems to work on eglish folder structures.
    Little porblems with umlauts in foldernames because if wrong decoding of IMAP7, but better than 5.0.0c and others before.

  7. #7
    hkphooey is offline Sugar Community Member
    Join Date
    Jan 2007
    Posts
    94

    Default Re: Getting inbound email to work

    I'm also having problems with this.
    - I set the email account up as an inbound email. Clicking on test settings reports a positive result. The account info is OK then.
    - I set it to attach to a Group Email. I can see the Group email folder (Marketing) in the email module.
    - I send a test email to the email address. I can see that there is an email in the account by using telnet to check the POP server. It reports one mail.
    - I set up the scheduler. This is set to check email as often as possible. The cron job is set to go once every 5 minutes. The Inbound email job is firing off as planned. If I turn on the information level logging (by editing log4php.properties) then I see that the job completes without error and the job is marked as completed:

    Tue Apr 29 01:15:35 2008,540 [30521] INFO SugarCRM - ----->Scheduler fired job of type pollMonitoredInboxes()
    Tue Apr 29 01:15:35 2008,914 [30521] INFO SugarCRM - -----> SchedulersJob setting Job flag: completed AND setting Scheduler status to: Active
    Tue Apr 29 01:15:35 2008,915 [30521] INFO SugarCRM - Query:SELECT schedulers.* FROM schedulers WHERE schedulers.id = '87530ea6-ebdd-d15d-6b94-4816d4b9421f' AND schedulers.deleted=0 LIMIT 0,1
    Tue Apr 29 01:15:35 2008,922 [30521] INFO SugarCRM - Update schedulers: Update schedulers set deleted='0', date_modified='2008-04-29 08:15:35', created_by='1', name='Check Inbound Email Accounts', job='function:ollMonitoredInboxes', date_time_start='2005-01-01 06:00:00', date_time_end='2020-12-31 15:59:00', job_interval='*::*::*::*::*', time_from=null, time_to=null, last_run='2008-04-29 23:10:00', status='Active', catch_up='0' WHERE ID = '87530ea6-ebdd-d15d-6b94-4816d4b9421f'

    But ... no email appears in the inbox.

    I can't think of anything else to check here.

  8. #8
    KISSsoft is offline Member
    Join Date
    Apr 2007
    Posts
    7

    Default Re: Getting inbound email to work

    Same here.

    The polling for mail works; i can tell from the mailservers log, but SugarCRM just does not pick up mail.

    It could be a great app, if only it did not contain so many bugs.

    I'll start looking for a WORKING CRM system :-(

  9. #9
    sgandhi is offline Sugar Team Member
    Join Date
    Aug 2007
    Posts
    217

    Default Re: Getting inbound email to work

    Hi All,
    Form the log file it looks like that in the database there is not gropup mail box which is Active.

    Try running this query against the database and see if you are getting any results.

    SELECT id, name FROM inbound_email WHERE is_personal = 0 AND deleted=0 AND status='Active' AND mailbox_type != 'bounce'

    Please let me know what results do you get.

    Thanks
    -Samir Gandhi

  10. #10
    pshutt is offline Junior Member
    Join Date
    May 2008
    Posts
    2

    Default Re: Getting inbound email to work

    Having exactly the same problem here. Databse query shows the mailbox is there.

    Did you get this feature to work?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Poll: Dump Sugar Mail and integrate something better?
    By bjs3 in forum General Discussion
    Replies: 246
    Last Post: 2011-11-23, 04:05 PM
  2. Replies: 8
    Last Post: 2008-12-04, 08:07 PM
  3. Replies: 3
    Last Post: 2008-04-09, 11:59 AM
  4. email campaign in 4.2.0 doesnt work?
    By wgoddard in forum Installation and Upgrade Help
    Replies: 4
    Last Post: 2007-06-01, 03:36 PM
  5. How to get inbound email to work?
    By test in forum Help
    Replies: 2
    Last Post: 2006-01-06, 09:15 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
  •