Disable the function of sending email to multiple users


  • Default avatar
    riga75    
     3 years ago
    0

    I would like to leave only the possibility of sending individual emails and not the possibility of uploading files with email addresses

    thanks a lot

    stefano
  • Your avatar
    seyi    
     3 years ago  last edited 3 years ago
    +1

    There is no option to disable the upload function, but you can hide it with css

    <style>
    #invitationtab .getter_link > a, #invitationtab__disabletabs .getter_link > a { display: none; }
    </style>