ISendEmail Obsolete?

We are seeing messages that ISendEmail is now obsolete in our code after upgrading to 12.1.3. I don't see any update/notice about this code being obsolete. What are we supposed to use now? This worked fine in 12.0.6.

Parents Reply Children
  • I believe ISendEmail.Send is non-functional in v12.1.3. We are not receiving any emails from this API and are seeing exceptions thrown while still reciiving OOTB emails from Verint.

    We are seeing the following exception when trying to send an email to a valid user in v12.1.3 with ISendEmail.Send (Note, the user in this case received Verint's OOTB new thread email seconds before this):

    User is not configured to receive email or is unable to receive email. (An error occurred when attempting to send an email.)
  • I have verified that the Email API (legacy and new API) will fail with this error when the accessing user does not have manage membership permission (which is required to read the user's private email address when sending email to a user via their ID). When sending email from a job, this is generally not an issue as jobs run as the system account by default, however, any UI-related code would be affected by this issue. This is logged as:

    TE-18058

    This will be fixed with priority.