Write the reason you're deleting this FAQ
If you're running any sort of eCommerce website you will need to use these 5 automated emails to help boost your conversions and keep people coming back. If you're not using emails to bring people back to your website/store, you're likely losing a lot of sales and could be doing much better than you are right now. As you know, emailing works really well to convert people into customers but it does take some time. On average it takes 6 emails before someone will make a purchasing decision and come back to your store/website.
You're in luck! With these 5 automated emails, you will have a majority of the emailing completed that takes to convert someone into a sale!
Now, let's talk about the 5 emails that should be automated.
A Nice Welcome Message
This is the type of email that should automatically be sent out when someone signs up as a member of your website or opts in to your newsletter. It should be a nice little email letting them know the best spots of your website, where they can find deals, what your contact info is, etc. You'll basically be giving them the hot spots of your website as well as some things they might be interested in (quick upsells lol).
Another thing you'll want to add to this welcome email, and all of your automated emails for that matter, are links to your social media accounts so people can follow you where they tend to be more active. Giving them links to your facebook page, Linkedin profile, Instagram page, etc. will give them the option of where they want to follow you. Once they follow you, they will likely see your posts at a later date, and that's just free advertising.
Have an Abandoned Cart Email
A tricky little wat to get people back to your website to make a purchase is to send out automated abandoned cart emails. When someone registers on your website/store, adds items to their cart, goes to checkout, but decides to back out and close the site you pretty much lose them. If you have remarketing set up just right, you can now send them an email letting them know they still have items in their cart, and that sometimes gets them to come back and make the purchase. This wonks roughly 10% to 15% of the time, so don't expect to capture every abandoned cart, but at least you'll be capturing more sales 
If you have the ability to give out discounts or coupons, send them out with the abandoned cart emails in order to convert more people! The person will get the email, see they can save on shipping or get a discount, and think "Ok, I'll buy now because it's a little cheaper overall!" and you've just captured another sale!
Send out a Cross-Selling Email
When someone buys an item on your website/store there are likely things that are related to that item. You can capitalize on this by sending out automated "Thank You For Your Purchase" emails and have some "Related Items" listed in the emails that will likely get people thinking "Yeah, I think I could use one of those!" when they see the related items in the email 
This works about as well as the abandoned cart emails, so don't expect to bring back 100% of your customers, but it will capture a few additional sales here and there so why not use it 
Important Date Emails
Everyone has a birthday and most people have some sort of Anniversary, so why not send them a special little email saying how happy you are for them? Oh, you added a nice little discount in there for them to use because it's their birthday or they've been a member of your website for 1 year? GREAT! People like to see these types of emails because it shows you're taking the extra step to remember them on their special day.
You customers will start to follow you more, because you're paying attention to them, and this will create brand loyalty and they will always come back to see what you're offering or they will follow you on social media and see your posts regularly.
Re-Engaging Emails
Sending out this type of email will help get those unresponsive subscribers and make sure your lists are healthy. People who don't engage with your emails at all might actually be hurting your deliverability. If no one is responding, your delivery rate might start dropping, and that's never a great thing to have happen.
Now, if you're sending out emails that help those people re-engage with your business, you're going to fight a winning battle that is email marketing. What you'll want to do is filter out anyone who is actually responding so you have a list of people who are inactive when it comes to your lists. Now that you have a list of inactive people you will want to send them a nice email letting them know you'll be removing them from your list because of their inactivity. You can figure out their inactivity by if they're opening your emails or not. Remove anyone that isn't opening this email, clicking links, responding, etc. because they'll just be hurting the emails getting sent out to the rest of your list 
The more often you send out emails, the sooner you can send out these types of Re-engaging emails, so you need to judge this for yourself. If you're sending out emails every week, you can probably send out this type of email every 3 months. If you're sending out emails once a month then you'll likely want to send out this type of email once a year (every 12 months).
In the end, if you're using emails to talk with all your subscribers and buyers then you'll definitely want these 5 automated types of emails to increase your authority and keep people coming back. Send out nice messages, reminders, abandoned cart emails, and even remove people from your lists from being inactive after sending out a re-engaging email. Keep your lists healthy and everyone will be happy in the long run 
Thanks for reading!
- Tommy
https://www.seoclerks.com/user/Tommy

Thanks Steve :)
I hope you're sending out these automated messages in order to build some authority in the eyes of all the people within your lists :)
Are you sure you want to delete this post?
Are you sure you want to delete this post?




Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| 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='28867' | 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='28867' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT * FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=19821 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=19821 | /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=28867 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=28867
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='28867' 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='28867' 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=187786 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=187786
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=187801 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=187801
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=187833 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=187833
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=187835 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=187835
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=187836 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=187836
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=187887 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=187887
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=187895 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=187895
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='28867' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='28867' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='28867' AND status='1' AND (question like '%5 Automated eCommerce Emails Using%' OR question like '%Automated%' OR question like '%eCommerce%' OR question like '%Emails%' OR question like '%Using%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='28867' AND status='1'
AND (question like '%5 Automated eCommerce Emails Using%' OR question like '%Automated%' OR question like '%eCommerce%' OR question like '%Emails%' OR question like '%Using%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='6509' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='6509' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='3704' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3704' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1177' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1177' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='2875' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2875' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='17457' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17457' 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=28867%' 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=28867%'
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='795822.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='795822.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='19821.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19821.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='385509.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='385509.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='839860.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='839860.png' | /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 |
| 0.443075 | 2 | SELECT COUNT(A.wantid) AS total FROM wanttobuy as A, categories_wanttobuy B, seoclerks.members C WHERE A.active = 1 AND A.category = B.CATID AND A.USERID = C.USERID | 0.229300 | 0.213775 |
| Avg Time | Count | SQL | Max | Min |
| 0.221538 | 2 | SELECT COUNT(A.wantid) AS total FROM wanttobuy as A, categories_wanttobuy B, seoclerks.members C WHERE A.active = 1 AND A.category = B.CATID AND A.USERID = C.USERID | 0.229300 | 0.213775 |
globalwarmingme
Kind Regards
Steve Simmonds Many thanks for the info and best of luck in your endeavours Kind Regards Steve Simmonds
Are you sure you want to delete this post?