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.
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.
Still looking for a little help or guidance with this one.
A dirty fix bit it works none the less...Originally Posted by rsantiago
Paste the following into ListViewMyInbox.html under /modules/Emails
It will then refresh the emails every 60 secondsCode:<script type="text/javascript"> function inboxRefresh(){ window.location='index.php?module=Emails&action=Check&type=personal'; } setTimeout( "inboxRefresh()", 60*1000 ); </script>
If you set up the Schedulers properly (not a trivial task for a newly minted admin) then InboundEmail is fairly "automatic".
Chris Nojima
Ex-SugarCRM Software Engineer
FAQ: InboundEmail Day-to-Day Usage
FAQ: InboundEmail Setup Issues
FAQ: Schedulers Setup & Usage
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks