Skip to content
Discussion options

You must be logged in to vote

I figured out how to add this feature. It was a cool learning curve.
I used this plugin: https://github.com/InnoGE/laravel-msgraph-mail there are many plugins out there

  • Install the plugin via composer
  • Create your app reg (with User.read (Delegated) & Mail.Send (Application) permissions)
  • Within your SnipeIT directory, go to 'config' then edit the './mail.php' file
  • There's a function named 'mailers' then within there, you add the 'microsoft-graph' driver to the function like this
  • Go back to your root SnipeIT directory and edit the .env file
  • Create a section within this file for 'Microsoft Graph' or add the necessary parameters to the 'email settings' section of the .env file. The 'configur…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by g0lg0-93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #18025 on October 13, 2025 10:33.