HostinPK Posted March 16, 2013 Share Posted March 16, 2013 I want to send emails to the country specific clients. I could not find any option, anyone can guide me how to do this? 0 Quote Link to comment Share on other sites More sharing options...
wsa Posted March 16, 2013 Share Posted March 16, 2013 I dont think it have that b/c I be try also to send a email to all my USA clients 0 Quote Link to comment Share on other sites More sharing options...
HostinPK Posted March 16, 2013 Author Share Posted March 16, 2013 You are right. I think we will have to do this via SQL query using SELECT and HAVING clause. 0 Quote Link to comment Share on other sites More sharing options...
wsa Posted March 16, 2013 Share Posted March 16, 2013 That to much work am going to see if can some kind of module 0 Quote Link to comment Share on other sites More sharing options...
HostinPK Posted March 17, 2013 Author Share Posted March 17, 2013 I did this via an SQL query SELECT `email` FROM `tblclients` WHERE `country` = "UK" then imported the results in a CSV and sent the email but ,off course, its not a proper way. Matt, can you include this option in Search Criteria by default? 0 Quote Link to comment Share on other sites More sharing options...
And then there was one les Posted March 17, 2013 Share Posted March 17, 2013 There is a way to do this. Assign all of your clients to server groups based on location, If you name your servers according to those locations you can use the last option "assigned Server" you just select all the servers that contain your uk clients. There is no need for any sql in this way. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.