i’ll check it out, thanks for the reminder!
I’m interested in this too – thanks for looking into this Jason & cheers also for an excellent plugin
Hi Jason, any updates on whether Office365 emails can be used yet? Thanks 🙂
I’m also interested. I really like Postman SMTP, but currently can’t configure it to work with Office 365 because Office 365 won’t accept a redirect URI that includes a query string: e.g., http://vanfletcher2016.com/wp-admin/options-general.php?page=postman
Thread Starter
j893
(@j893)
Jason, do you have an Office365 account to test with? (personally, I always hate to pay for an account for something so that I can develop something free! lol).
I can probably get you set up with one.
Thread Starter
j893
(@j893)
Looking into this a bit more. I think I’ve found the most current and easy way to implement this, and get a free dev account also:
Sign up for a free one year Office365 developer account:
http://dev.office.com/devprogram
Then once you have an account and are logged in, go here to set up your app and keys (about as easy as Google’s system, perhaps easier). This is the current BEST place to set up your app:
https://apps.dev.microsoft.com/
Then go here for an easy tutorial for writing a working implementation:
https://dev.outlook.com/restapi/tutorial/php
Source code:
https://github.com/jasonjoh/php-tutorial
Then the API docs are here (use the 2.0 API and the above app registration link to enable dynamic permission grant ability, like Google):
https://msdn.microsoft.com/office/office365/howto/rest-api-overview
https://msdn.microsoft.com/office/office365/APi/mail-rest-operations
Hi,
My client has just switched over to using Office365 for all their emails and now I can’t get the Postman SMTP plugin to work…
Would be great if this could be sorted 🙂
Hi,
Please help me out how we integrate POSTMAN SMTP with microsoft O365.?
i had tried but getting unable request when i click on Grant Authenticate Microsoft.
Please help me to reslove this issue
Thanks
When we use this POSTMAN SMTP with Office365 the HTML emails show up as raw code.
How can we fix this?
Thank you.
It’s a shame that all these requests don’t even get a reply. How about, “I can’t do it”, “I’ll do it later”, “I’m working on it now”, “Go suck air” … something.
It’s a real shame – it gives me no confidence in the plugin I’m afraid 🙁 I’m more than willing to spend time & effort working hand-in-hand with devs to try and track down/solve issues but I hate a silence …..
I’ve now switched to a combination of WP-Mail-SMTP & WP Mail Logging on all of my sites.
As I said, it’s a shame as the plug-in seems generally good.
Anyone figured it out? I’d love implement this.