Posted on

Gmail and Google Apps 500 emails per day sending limit and Magento

I’ve had a couple of fellow Magento users contact me over the last couple of weeks about the 500 emails per day Google Apps and Gmail limit. I’m sure it’s in the class of good problems to have when you have more than 500 order related emails, or new customer sign-ups everyday! In this post I’ll detail my simple solution to the 500 email limit that Google imposed on their Gmail and Google Apps accounts when you are using an account as your transactional email sending account for Magento.

First, the problem is that you can only send 500 emails per day through Gmail or Google Apps – that’s fair enough, the accounts are supposed to be suitable for humans, not Magento stores. Also, you can pay for premier and get 2000 emails, so that’s not too bad either for $50/user!

Never fear though, I have modified my extension to help out. Basically here is how the change works, and how it is implemented. You can get the new version over on Magento Connect

Update: you can’t at the moment, so download directly from me for the time being.

Update: Thanks to Paulius there is a specially packaged version of the extension that will make it easy to install manually until I can get the Magento Connect version updated (which is still failing). Get that version here!

Continue reading Gmail and Google Apps 500 emails per day sending limit and Magento

Posted on

More Internet Retailer Web Design Conference tips to improve your ecommerce store

It took me a bit longer than a week to finish my list of IRWD action items, didn’t it? Hopefully no one was holding their breath. In this second part I’ll be expanding on the first part of the action items list with two sections, one on Design improvements for ecommerce stores and the other on Customer Communication, which is less of a technical category, but one I think is worth covering.

Continue reading More Internet Retailer Web Design Conference tips to improve your ecommerce store

Posted on

Why I don’t use Flash, ever (and neither should you NZ Herald)

Seriously, just don’t do it – I think I’m going to have to find a new start page…

flash-is-shit

It’d actually be a really interesting experiment if the Herald just ran Google adwords instead. I wonder if more people would click on ads that related to what they were reading rather than shitty bandwidth consuming banner ads. There might be something in it, seeing as Google only gets paid when people click on targeted ads and by all accounts they’re doing pretty well out of it….

As a Magento developer I’m always a little bewildered by the number of web stores that use flash banners instead of simple javascript powered rotating div ‘s – at least the div ‘s can have text and alt tags associated, which the search engines can crawl.

</rant>

Posted on

Mailchimp + Magento: How to get autoresponders working with the API

Just a quick little how-to on Mailchimp and Magento using the existing extension by Ebizmarts. We want to be able to send customers who sign up for the newsletter through the Magento store a little thank you gift (discount code) X days after signing up using Mailchimp’s excellent autoresponders. This is supported by Mailchimp, but requires double opt-in or the following little 2 step work-around with the Mailchimp API.
Continue reading Mailchimp + Magento: How to get autoresponders working with the API

Posted on

Sitemap Submit – Magento Extension to Submit your Google Sitemap

I’ve made a new Magento extension for submitting your store sitemap to Google, Yahoo, Ask and Bing. My new extension can submit automatically whenever the sitemap is regenerated, or on-demand from the admin UI. More about how I made it and how it works below, but first a little background.
Continue reading Sitemap Submit – Magento Extension to Submit your Google Sitemap