{
  "name": "wpo365/wpo365-msgraphmailer",
  "type": "plugin",
  "description": "With WPO365 | MS GRAPH MAILER you can configure WordPress to send its transactional emails using one of your Microsoft 365 Exchange Online / Mail enabled accounts using Microsoft Graph instead of - for example - using SMTP. Permium features include formatting emails as HTML, saving emails sent in the Sent Items folder of the selected Microsoft 365 mailbox, sending attachments and logging all mail-related transactions to give administrators insight in failures and an opportunity to try to send emails that initially failed to sent.",
  "keywords": ["Mail, WordPress", "Office 365", "O365", "Azure AD"],
  "homepage": "https://www.wpo365.com/",
  "license": "License: GPLv2 or later",
  "authors": [
    {
      "name": "Marco van Wieren",
      "email": "support@wpo365.com",
      "homepage": "https://www.wpo365.com/",
      "role": "Developer"
    }
  ],
  "require": {
    "php": ">=7.4",
    "phpseclib/phpseclib": "3.0.43"
  },
  "autoload": {
    "psr-4": {
      "Wpo\\": "",
      "Wpo\\Core\\": "Core",
      "Wpo\\Insights\\": "Insights",
      "Wpo\\Mail\\": "Mail",
      "Wpo\\Pages\\": "Pages",
      "Wpo\\Services\\": "Services"
    }
  }
}
