Write the reason you're deleting this FAQ
I was just over at Lynne's awesome discussion thread HERE and started to ponder what you all are using for your email list service. You know, to send newsletters out to your customers: Mailchimp, etc..
If you don't mind sharing..
1.) What software or online service do you use?
2.) How many subscribers do you have?
3.) How do you collect your subscribers?
4.) How often and to whom do you send emails?
5.) How much does it cost per month?
6.) What are some of the features that you can't live without?
Anything that's TMI, just skip. I realize that not everyone likes sharing info such as how much they pay for stuff and how many subs they've got. No biggy! I'm just interested to see what everyone's using, and why. 
This is an awesome discussion and I am really looking forward to what everyone else says here. I know I need to spend a little more time on my email series, I need to add some more emails in and I also want to fine tune my messages. Are you sure you want to delete this post?
Are you sure you want to delete this post?
[b]1.) What software or online service do you use?[/b]
I don't use any software, i rather create my own from my website's backend.
[b]2.) How many subscribers do you have?[/b]
Probably like 20 or something, not many people are interested enough in programming newsletters.
[b]3.) How do you collect your subscribers?[/b]
They signup on their own, i do not do any advertising.
[b]4.) How often and to whom do you send emails?[/b]
Probably about once a month.
[b]5.) How much does it cost per month?[/b]
$0.00, the cheapest cost ever.
[b]6.) What are some of the features that you can't live without?[/b]
Um, no comment! :D
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='19262' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='19262' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='449398' | 1 | SELECT * FROM seoclerks.members WHERE USERID='449398' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=449398 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=449398 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=19262 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=19262
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='19262' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='19262' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=105921 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=105921
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=105923 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=105923
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=105961 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=105961
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=106014 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=106014
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='19262' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='19262' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='19262' AND status='1' AND (question like '% Service Email List?%' OR question like '%Service%' OR question like '%Email%' OR question like '%List?%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='19262' AND status='1'
AND (question like '% Service Email List?%' OR question like '%Service%' OR question like '%Email%' OR question like '%List?%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='2921' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2921' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1159' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1159' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='3545' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3545' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='9' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='3080' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3080' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=19262%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=19262%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='306632.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='306632.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='29365.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='29365.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='2951.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2951.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
Lynne
I am using aWeber and I am very happy with them
2.) How many subscribers do you have?
I few hundred for my online marketing website and a few thousand for my mommy blog.
3.) How do you collect your subscribers?
On my mommy blog mostly through competitions and I have a sign up form on my website. My online marketing website I have an ebook I wrote that I use to entice my readers to sign up. I give it as a free gift.
4.) How often and to whom do you send emails?
Well whenever I publish a post it gets sent out to my newsletter lists automatically... on my online marketing website I try and publish 2-3 posts a week and on my mommy blog I try and post weekly, but I am trying to up my posting schedule.
Then I have a newsletter series that goes out to my online marketing website subscribers. I have this set to weekly intervals.
5.) How much does it cost per month?
I currently pay $29 a month for my email autoresponder
6.) What are some of the features that you can't live without?
I love everything about it actually. I love the fact that every time I publish new content it sends it out to my subscribers without me havingt to do a thing. I also love the newsletter series because by putting in a bit of effort initially I can stay in contact with my readers and keep pulling them back to my website. I also love all the tutorials aWeber has, and the support is great. [b]1.) What software or online service do you use?[/b] I am using aWeber and I am very happy with them :) [b]2.) How many subscribers do you have?[/b] I few hundred for my online marketing website and a few thousand for my mommy blog. [b]3.) How do you collect your subscribers?[/b] On my mommy blog mostly through competitions and I have a sign up form on my website. My online marketing website I have an ebook I wrote that I use to entice my readers to sign up. I give it as a free gift. [b]4.) How often and to whom do you send emails?[/b] Well whenever I publish a post it gets sent out to my newsletter lists automatically... on my online marketing website I try and publish 2-3 posts a week and on my mommy blog I try and post weekly, but I am trying to up my posting schedule. Then I have a newsletter series that goes out to my online marketing website subscribers. I have this set to weekly intervals. [b]5.) How much does it cost per month?[/b] I currently pay $29 a month for my email autoresponder [b]6.) What are some of the features that you can't live without?[/b] I love everything about it actually. I love the fact that every time I publish new content it sends it out to my subscribers without me havingt to do a thing. I also love the newsletter series because by putting in a bit of effort initially I can stay in contact with my readers and keep pulling them back to my website. I also love all the tutorials aWeber has, and the support is great.
Are you sure you want to delete this post?