Results 1 to 2 of 2

Thread: Disable sending out cPanel login info to client to certain package

  1. #1
    Join Date
    Aug 2011
    Posts
    11

    Default Disable sending out cPanel login info to client to certain package

    Hi, I am trying to create a WHM package which will be used for SAAS service accounts. So the customer won't need the cPanel login info at all. So I want to disable sending out login greeting email message for this package only (there are other packages that are normal hosting accounts).

    But I would like to be the only one to receive new client's cPanel login info. Is it possible to set it up like this? Thanks!

  2. #2
    Join Date
    Jun 2009
    Location
    UK
    Posts
    6,331

    Default

    You can probably use the conditional display feature in the email template to achieve something like this:

    Code:
    {if $service_product_name eq "**Product Name Here**"}
    {else}
    **cPanel login detials here**
    {/if}
    More info @ http://docs.whmcs.com/Messages/Email...ional_Displays
    WHMCompleteSolution
    The Complete Client Management, Billing & Support System
    www.whmcs.com

Similar Threads

  1. disable sending invoices for one client / group of clients?
    By SoftDux in forum Customisation & Integration Questions
    Replies: 0
    Last Post: 09-22-11, 01:25 PM