Send mail with API client.
Hello,
How can I send a mail with the API client in RTC?
I found the IMailerService class, but when I try to create a Object with the repo.getClientLibrary return a null.
The code is:
IMailerService mailerService = (IMailerService) repo.getClientLibrary(IMailerService.class);
Any help will be welcome.
Thank you.
How can I send a mail with the API client in RTC?
I found the IMailerService class, but when I try to create a Object with the repo.getClientLibrary return a null.
The code is:
IMailerService mailerService = (IMailerService) repo.getClientLibrary(IMailerService.class);
Any help will be welcome.
Thank you.