Skip to content

Releases: Tempest82/ArkUtility.SPMail

Initial Release - SharePoint 2013 - On-Premises Farm Based Solution - Proving API based email with inline images

05 Dec 12:57
d00b669
Compare
Choose a tag to compare

Version 1.0

Primary functionality to accept an HTML email and embed inline images as they are found in the email by searching a SharePoint library within the web application.

  • Added SendMail RESTful Web Service accepts POST - "/_vti_bin/ArkUtility.SPMail/mail.svc/Send"
  • Added Dll version RESTful Web Service accepts GET - "/_vti_bin/ArkUtility.SPMail/mail.svc/GetInstalledFullName"
  • Added Licese version RESTful Web Service accepts GET - "/_vti_bin/ArkUtility.SPMail/mail.svc/License"
  • Added Sharepoint ULS logging into the service
  • Page at "/_layouts/15/ArkUtility.SPMail/index.aspx" provides test details and license information without loading the SharePoint Masterpages
  • Support for Large emails (>50K requests) (Required Custom Service Factory)
  • Added AdditionalImageLibraryUrls to allow an array of additional libraries to be checked for matching images. Libraries are processed in the order listed to attempt to find a matching filename.
  • Log Lists must have the field "EmailResult" and title available to log.
  • ULS and Log lists will handle email message Successes/Failures by logging the following : Success, UTC Datetime, Subject, Addressees, Server, User, Error Stack.