Remitur Posted July 11, 2019 Share Posted July 11, 2019 Question: is it somehow possible, using the SendEmail API ( https://developers.whmcs.com/api-reference/sendemail/ ) add also a cc address? From the web interface it's possible to add both cc and bcc, but I didn't found any way to do it using API ... 😕  0 Quote Link to comment Share on other sites More sharing options...
Kian Posted July 11, 2019 Share Posted July 11, 2019 As far as I know it's not possible. SendEmail uses IDs/RelIDs to send emails so there's no way to specify an address. The good news is that you can freely send emails with CC, BCC and even with different SMTP credentials by directly including vendor/phpMailer class (I can't remember the right path atm). It's the same that WHMCS uses to send email. Â 1 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.