SugarCRM :: Email Campaign Issues

Recently, I had to work on an existing sugarcrm code with zero knowledge on SugarCRM. As a result I had to face some problems when I was working with “Email Campaign”. I thought I would share all issues I faced and their solution I found. It might help someone whos newbie like me and trying to do similar thing.

Version 5.2.0k (Build 5837)

Problem: Send Test doesn’t show any list of campaign
Solution :  Mske sure “Target List” type is TEST. If it’s not test then it won’t show up in the campaign list.

Problem: “Send Emails” doesn’t show any list of campaigns
Solution : Make sure your target list type is “Default”.
If above 2 solutions doesn’t work then make sure your “Inbound” email settings are working fine. You can set it from admin>inbound email. After configuration run “Test Settings” to make sure you set it properly. You must be confirmed that your server has “opensll” and “imap” extension installed. Please note that, to run email campaign successfully this extensions are required even if you select POP3 mail account for inbound email.

Problem :  “Bounced Messages” shows blank  activity
Solution : Make sure your cron job is running properly.  Make sure “pollMonitoredInboxesForBouncedCampaignEmails” and “runMassEmailCampaign” are running properly. Check their interval of running. For testing purpose you can set it to every minute. If you change the setup of email settings then from admin>repair> rebuild schedulers [Reset all schedules] If you do so make sure you change the time interval of the 2 jobs I mentioned above.
If it still doesn’t solve this problem, then admin>system settings > scroll down bottom and set debug level “Debug”. And follow this solution exactly from the date and time “2009-12-04 05:25 PM” by slym.

Hope it helps someone. If your problem anyone of the above and still can’t figure out then leave a comment here, I will try my best to help you.

Posted in Friends, PHP | Tagged , , , | Leave a comment

Easy Bookmark – A Google Chrome Extension

I’ve asked my friends to give me feedback on a demo version my chrome extension. I’m glad to have gathered enough feedback to make an easy bookmark system for Google Chrome. Today I finally release my first Google Chrome extension “Easy Bookmark”, thanks to those who provided feedback. I’ve tried to add most of the features requested. If I’ve missed any, the next version will definitely include them. Here are some features for this quick and efficient extension:

  1. One-click bookmark
  2. Easily delete a bookmark
  3. Star important bookmarks
  4. Tabs for your most recent, starred, or all bookmarks
  5. Easily recognize read and unread bookmarks

I will love to hear from you to make this “Easy Bookmark” system EASIER.

You can install it from here.

Posted in Extension, Web | Tagged , , , | Leave a comment

Read It Later

Those who follow me on Twitter, probably know that I’m a reading freak and I read bunch of tech articles shared by my friends.  But I avoid reading while I’m working; As a result, I have been using some Google chrome extensions to save the links to read them later. After trying few extensions, I started using “Read It Later” which is pretty good, but it has few things that I didn’t like such as I have to go this site to get my list of reading, I have to register to use it.

So I decided to develop a chrome extension that saves my information and have a delete option so that I can delete them once reading is done. Here is a screenshot of the extension that I have developed.

An extention that saves article for reading it later

An extention that saves article for reading it later

I haven’t published it yet on chrome extension gallery, I need to test it by myself first. But those who want to test it with me, please download it from here. Any kind of comments and feedback are most welcome.  Thanks in Advance!

Posted in Extension, Google, Web | Tagged , , , | 5 Comments