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.
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.
I see this from the release notes but would need confirmation if "Obsolete"
TE-14108 - Fixed issue with sending email to users with non-standard email addresses (ex. chris@acme.engineering)
TE-16842 - Updated email processing library and added new Api.Version2.ISendEmail API for sending email. Note: Email configuration is now a top-level category in administration.
I agree, i saw this too but nothing related to making it obsolete.
When a new API version is added, the older version is always considered obsolete with the intent it will be removed in the future. You should be using the V2 API at this point
The new API function is not documented. SendEmail In-Process API Service only shows the Send function, however when I update my code to use Telligent.Evolution.Extensibility.Api.Version2 I get an error that ISendEmail does not contain a definition for Send.
The documentation right now is 12.0 and is missing 12.1 items that will be added as soon as we can. The new API still has a send but its SendAsync as its now an Async method
Knowing what needs to change and how to change it per release is very valuable. We are nearing the end of our QA cycle and discovered we need to alter a few plugin now to make this change.
Knowing what needs to change and how to change it per release is very valuable. We are nearing the end of our QA cycle and discovered we need to alter a few plugin now to make this change.