Results 1 to 4 of 4

Thread: Email Auto Inbox Send and Receive

  1. #1
    rsantiago is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    55

    Exclamation Email Auto Inbox Send and Receive

    Is there a way to set SugarCRM's email module to auto send and receive email like you can with outlook?

    Any insight would be greatly appreciated. Thanks.

  2. #2
    rsantiago is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    55

    Default Re: Email Auto Inbox Send and Receive

    Still looking for a little help or guidance with this one.

  3. #3
    monsta is offline Sugar Community Member
    Join Date
    Jun 2006
    Location
    Brighton, Sussex - UK
    Posts
    19

    Default Re: Email Auto Inbox Send and Receive

    Quote Originally Posted by rsantiago
    Still looking for a little help or guidance with this one.
    A dirty fix bit it works none the less...

    Paste the following into ListViewMyInbox.html under /modules/Emails

    Code:
    <script type="text/javascript">
    	function inboxRefresh(){
    		window.location='index.php?module=Emails&action=Check&type=personal';
    	}
    	setTimeout( "inboxRefresh()", 60*1000 );
    </script>
    It will then refresh the emails every 60 seconds

  4. #4
    sugarchris's Avatar
    sugarchris is offline Sugar Community Member
    Join Date
    Sep 2005
    Location
    San Francisco, CA
    Posts
    861

    Default Re: Email Auto Inbox Send and Receive

    If you set up the Schedulers properly (not a trivial task for a newly minted admin) then InboundEmail is fairly "automatic".

Thread Information

Users Browsing this Thread

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

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
  •