how to send email via outlook from inside a php script

Damien W 6 Reputation points
2022-11-03T00:09:20.733+00:00

how to send email via outlook from inside a php script

With the retirement of the outlook REST API , and newever versions of php code and the extra security around sending along with outlook now being on mobile devices.

How can we get all email from a web site when the email button is clicked to always send via outlook (windows, android and ios)

Microsoft 365 and Office Development Other
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Oskar Shon 866 Reputation points
    2022-11-08T16:49:42.917+00:00

    I don't know if I understand the question, I'm trying
    That gonna help https://learn.microsoft.com/en-us/graph/api/resources/message?view=graph-rest-1.0&preserve-view=true

    Anyway in Desktop Outlook 4 Win do not support PHP Scripts. You can use HTML code to create email, but you cant run code from inside (a security issue)
    You can use VBA from any Office application or VB scripts commend or build Addin using Visual Studio.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.