dacastro4 / laravel-gmail

Laravel wrapper for the Gmail API
MIT License
289 stars 133 forks source link

Enable function for application wide access #262

Open diegomendi opened 1 year ago

diegomendi commented 1 year ago

Google can provide application wide (domain wide) access tokens. Emails can be access and sent across the entire domain with no need to authorization by individual email accounts. A clean an easy way to set application wide access is a very important feature to add to this wrapper.