guidod
guidod
Comments
-
+1, can someone re-upload John's code?
-
Aquí subo una con algunas correcciones como "Su campaña a sido enviada exitosamente" --> "Su campaña ha sido enviada exitosamente"
-
Aquí subo una con algunas correcciones como "Su campaña a sido enviada exitosamente" --> "Su campaña ha sido enviada exitosamente"
-
Just wanted to add my vote to this. Would be good if SES could be the fallback for all clients without an SMTP set, and use SES if it doesn't have any. Actually, it would be great to be able to set this on a brand-by-brand basis and set a global …
-
Ok thanks!
The reason the email index matters is that the import-csv.php process queries the subscribers database for each CSV line to see if the subscriber already exists (checking by e-mail). This is extremely slow on a large subscribers … -
Just to clarify:
a) The index for subscribers.list speeds up the list view.
b) The index for subscribers.email speeds up the CSV import process.Both things were dead slow when installing Sendy the first time, and are at least…
-
Yes, that's what I mean. Unless I'm very mistaken, I had to add it manually: Subscribers table came with a primary key (and unique index) on "id", but no indexes. I added an index on subscribers.list and on subscribers.email and it greatly sped u…
-
CSVs had an average of 10k records, although it made imports faster on CSVs of 500-1000 records (much less) as well.
The lists screen got a great speedup when adding an index to the "list" field as well, all this on an EC2 Micro Instance …
-
Yup, as I said Gmail works perfectly, but it's iOs that shows garbled symbols (iPhone's and iPad's mail app).
Symbols on iOs look like the right column here:
in UTF8 encoding issue with iOS Mail app Comment by guidod May 2013 -
I know, but in this case it seems to be because of the headers Sendy sends, might be a bug that can be solved.
-
The forum replaced the entities, but what I said is that the problem goes away if we replace the accented characters with their HTML entities like & aacute; (sans space)
-
Yup.
By the way, related bug/issue: Sendy does not allow you to queue multiple CSVs for the same list, it always replaces the previous queued CSV with the newest uploaded one. I understand this is reasonable and good enough, but the inter…
-
Thanks @Ben,
The seconds difference is probably Chrome Inspector doing weird stuff, but still I would recommend trying to reduce and space out these AJAX requests (only one f…
-
Hey @Ben,
I know that we can request Extended Access, I was just making a suggestion to you thinking on the usability difficulties people face when first using Sendy, knowing…