- This topic has 0 replies, 1 voice, and was last updated 3 years, 6 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Extensions › Office 365 › Issue with O365 plugin
I downloaded the extension for O365.
I’m getting an error that the token is invalid, upon closer inspection, the file on it has the following information:
.\post-smtp-extension-office365\inc
Transport.php
class Transport extends \PostmanAbstractModuleTransport implements \PostmanModuleTransport {
const SLUG = ‘office365_api’;
const PORT = 443;
const HOST = ‘amazonses.com’;
const PRIORITY = 8000;
const AUTH_OPTIONS = ‘postman_office365_auth_options’;
const AUTH_SECTION = ‘postman_office365_auth_section’;
const OPTION_APP_ID = ‘office365_app_id’;
const OPTION_APP_PASSWORD = ‘office365_app_password’;
This is clearly wrong:
const PORT = 443;
const HOST = ‘amazonses.com’;
Does anyone know the port and host for the Office365 plugin, maybe someone running an older version?
Can someone h