SteelSignature Posted March 13, 2019 Share Posted March 13, 2019 When the cpanel module runs, a contact email is set to the client's email. Is there a way to override this and set a default admin email for all cpanel accounts created through WHMCS? The option is not available under advanced settings for the product/services, and it has to be manually done through WHM for every account. Perhaps there's a hook that can be used. 0 Quote Link to comment Share on other sites More sharing options...
SteelSignature Posted March 19, 2019 Author Share Posted March 19, 2019 Did I post this in the correct area? 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted March 21, 2019 Share Posted March 21, 2019 Behavior is likely hardcoded in the server module and thus one solution would be to make your own module. One hook option would be premodulecreate and look for the email (using logmodulecall to log the provided variables) and return the corrected email address but again depends on the server module. 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.