Jump to content

Mass Mail Tools to Cloud Products which cannot assign server


jacksony

Recommended Posts

Hi,

 

We are having a problem here to mail out notifications using WHMCS to the correct group of users.

Let's say we have a service plan "Cloud Hosting", but for this service, we actually have different platform (assigned server), eg. Dell Vmware, HP Vmware.

As WHMCS does not have ability to assign server to a hosting service anymore, what is the available ways we can do, so we can use the Mass Tools, to sell to customers on the Dell Vmware platform only?

Link to comment
Share on other sites

Under Clients -> Mass mail tool -> Product/Service radio button and then -> "Assigned Server" should give you your result you want.  Or do you mean the assigned server's selection box is not showing for you?

EDIT:  Also, what do you mean by WHMCS can't assign a server to a service?  That is pretty much its job. 

Edited by steven99
Link to comment
Share on other sites

You would still be using a server and a server module to access the cloud setup from WHMCS.  If you're using a single server in a central control panel setup, then you need some custom bits to get what you want as WHMCS can't know what actually setup within that system.   

One solution would be to use AdminAreaHeadOutput, PreEmailSendReduceRecipients, and the WHMCS server module's ability to get all servers deployed:

  • AdminAreaHeadOutput - output an ajax javascript that will listen when the assigned server's list is changed and then grab the deployed server's list from CCP and output that list as a selection box in the mass mail tool form
  • PreEmailSendReduceRecipients - match up the users to the CCP's server list and remove any that do not have a services within the server list
  • Server module - this needs to be able to fetch servers or accounts based on servers and return that as an array for the above hook to then use to filter out accounts

If, however, you are using a server module without an actual server setup under WHMCS -> Setup -> Products / Services -> Servers, then you would need to do the same thing as above but go off the products / services selection box instead of the assigned servers to get the list of cloud servers in use. 

Link to comment
Share on other sites

Hi,

 

The problem is we are using Auto Release module (in cloud server products) previously. But now because of the change in WHMCS previously, we are not able to select any "server group" if the product is set to auto release. Any solution to this?

 

Basically we just want to be able to assign a server for every cloud service under its "Product/Service".

Link to comment
Share on other sites

Hi!

We are using Auto Release to auto run actions like to add to do list when doing suspend and terminate action.

It does not affect the flow. But just that if we use Auto Release module, we cannot assign a server to the service.

Is there something which is not done correctly?

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