vincentpolisi
vincentpolisi
Comments
-
@ben, Don't you mean: input type="hidden" ?
Also, where am I putting the if(isset($_POST['antispam])) exit; because every time I place it in subscribe.php and then manually …
-
@Ben, thank you. I know and understand what a honeypot is and does. I just don't understand how to implement it in Optin Monster and Sendy.
I will incorporate the hidden form…
-
For static optin forms, I use Sendy Widget Pro: http://codecanyon.net/item/sendy-widget-pro/6215362
For everything else, I use OptinMonster which is well wor…
-
@bcarney what do you mean Mail Designer Pro doesn't render correctly in Outlook? The reason I'm asking is I'm trying to track down a deliverability issue. I don't use Outlook and…
-
@JamesSG I use Mail Designer Pro 2. It comes with a variety of templates and en…
-
@Iricky That's a sweet integration and I'm getting it! What a time saver.
-
Yes, I had to get their developers involved but we've had it working since shortly after I asked this question in April. There are a few modifications you ha…
-
@projectaaron How'd you get it to work? It's tracking in OptinMonster what they call "conversions" but the new subscriber data isn't being relayed to Sendy with the subscrib…
-
@ben, I'm not sure if I'm understanding exactly what @addactive is wanting here but the form we just did for Lou…
-
@Ben, off topic but what did you use for the screencast and player? That's a huge screenshot of your desktop which I've never seen in any video tutorial before and what's needed when…
-
Ah, thank you.
-
I can provide it as a paid service. I have a dev who handles our Sendy integration and has incorporated it into every aspect of our business including custom…
-
+1 from me as well
-
@jonbennett I have 2 devs I've used to integrate Sendy into a 3rd party payment processor and into a custom coded popup lightbox email opt-in form. I just sanctioned one of t…
-
@JoshB: In the interim, just get a template off ThemeForest and edit it in Kompozer's WYSIWYG. That's what I did initially until I hand coded it in Coda 2.
-
@Ben, I think you may have missed the point. I'm not concerned that the user doesn't want to receive the emails. That's fine. She can unsubscribe without marking numerous emails as s…
-
And that, my friend, is yet another reason why you get paid the big bucks for your mad coding skills.
-
Forgive my ignorance but I'm not a Java or Curl programmer.
How does one set it to be dynamic?
value="what goes here???"
-
If I set value to today's date, is that going to change daily automatically?
In your example, you have:
value="Jan 21, 2013"
What happens tomorrow when it's no lo…
-
Please forgive my ignorance here and this is truly an attempt to understand and not a slam but how does everybody else do it? In other words, subscribes/unsubscribes are unquestionably two of, if not the, most important metrics to help you gauge …
-
Referring to your first question, @Ben's answer isn't entirely true because he is answerin…
-
Paul:
If you're importing the "new list" into the "old list", there won't be an issue with ensuring unsubscribes don't get re-emailed to. I covered this with Ben in Unsubs across multiple lists Comment by vincentpolisi January 2013
-
@KevinB, put it on AWS on a micro instance and if you have issues you can auto-scale to increase resources to handle it without timing out, then scale down to eliminate the additi…
-
@markosana It only seems complicated because you've never done it and you are dealing with an "instance" instead of an actual dedicated server. AWS uses their own nomenclature …
-
Unless you're running a massive 5 or 6 figure list, I'd also recommend getting a free micro instance on Amazon EC2. It's free for a year for new signups and will run Sendy without issue.
There isn't a hosting solution out there that meets…
-
@Ben,
The painfully obvious point is that I am not a "developer" by your definition in that, though I run EC2 instances, RDS, more than a dozen websites with a myriad of inte…
-
@Ben, thank you. Let me reiterate and ask what I previously stated. Wouldn't this be infinitely easier for you to incorporate in the GUI level with drop downs that can then be run by…
-
Maybe it's me that doesn't understand since I've never done anything with APIs except use keys to integrate them with other services. Initially, it sounded like you were suggesting that I needed to have DPD, Wufoo, etc., do something but now it …
-
Ben, the only issue with that is once again, it requires duplicated efforts across multiple platforms and integrations like PayPal, Wufoo, DPD, Stripe, etc. The information is already contained in the database and a cron is easy enough to schedul…