laravel-gmail
laravel-gmail copied to clipboard
Laravel wrapper for the Gmail API
Env: prod laravel version: 8.0 php version 7.4 I got this error message: No puedes acceder a esta app porque no cumple con la política OAuth 2.0 de Google. redirect_uri=**http**://mayapp.com/api/oauth/gmail/callback...
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...
Is there anyway to get signature of the user ?
BCC it's just not working
Symfony\Component\Mime\Email::cc(): Argument #1 must be of type Symfony\Component\Mime\Address|string, null given, called in /home/abdeleid/www/sender/vendor/dacastro4/laravel-gmail/src/Traits/Replyable.php on line 408 this error shows up, but I need to send the email without the cc...
We are using "dacastro4/laravel-gmail" version "dev-master" with Laravel 9. Version 6.0 uses swiftmailer that we had to get rid of due to "Package swiftmailer/swiftmailer is abandoned, you should avoid using...