DrJohnZoidberg
DrJohnZoidberg
Comments
-
I haven't tested this, but why not use an image for the footer, then create a service that will serve the correct image based on the date you pass in the parameter.
So for example, you footer image could link to the following URL:
Depending on if the campaigns are purely marketing mails then you should probably just set your reply-to address to a no-reply type mailbox which you can set up to just handle these and then clean it out at regular intervals. Or you could set you…
This is all I could find: http://www.0to5blog.com/creative/gravity-forms-submitting-forms-to-3rd-party-applications/
Updated the filter screen so I have more control over soft bounce and complaints limits when generating new filtered lists. I had previously just hard coded values, they are now selectable.
in My filtered lists project Comment by DrJohnZoidberg November 2013
Thanks @Ben.
If anybody in interested in the source code, please pm me. Although note that I am working on improving the filtering speeds as I have noted before, so if you ha…
I've just run some initial tests on a new database design for the custom fields to improve performance when searching. So far it looks very promising
Hey g,
This is fully working code, I'm still actively working on it but fully functional in its current state.
The only problem with sharing it is that it requires changes to quite a few existing Sendy components, includes some ne…
Here is updated code: http://privatepaste.com/7605a6d75f
The original one was wasting memory by loading the entire parsed csv object into memory even if it didn't need to. Th…
I had a similar issue because of how we receive our data, so I re-wrote the import csv script (the cron job). Here are some things you have to be aware of with this code:
NOTE: This is only for doing csv imports. It has nothing to do with…
I have been working on an addition module to create filtered lists as it seems to be something that Sendy really needs. This was the quickest and easiest way I thought a filtering option could be added.
Maybe somebody else can use some of…
Thank you, that will work perfectly!