Jump to content

Mass mail only domain without hosting


Kelby

Recommended Posts

1 hour ago, Kelby said:

How to mass mail only users that has domain only?

I suspect you would have to create a client group of such users and then mass mail that client group.

to get such a list of domains with no hosting, you could use the SQL query in the thread below.

Link to comment
Share on other sites

You can:

  • create a user custom field "newsletter" (hidden to the user)
  • with a mysql quey, switch its value to TRUE for any active user who has not active services
  • and the use the normal mass-mailing WHMCS tools,  using the custom field "newsletter" as filter

Note: I use such a custom field any time I need to send the same message to a group of users; if the number of users is low, you can also switch the value by hand, and it's a quick and dirty way to do it...

 

Link to comment
Share on other sites

2 minutes ago, Remitur said:

Note: I use such a custom field any time I need to send the same message to a group of users; if the number of users is low, you can also switch the value by hand, and it's a quick and dirty way to do it...

which would actually be a better solution than using client groups as a client can only be assigned to one group, whereas using a specific custom field would be cleaner, and multiple fields could be used for multiple different posting purposes.

4 minutes ago, Remitur said:

with a mysql query, switch its value to TRUE for any active user who has not active services

are you setting the values to false before running the query ? otherwise a user who didn't have hosting previously (and was set to true), but later gets hosting (would still be true).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated