django-gmailapi-backend icon indicating copy to clipboard operation
django-gmailapi-backend copied to clipboard

Email backend for Django which sends email via the Gmail API

Results 9 django-gmailapi-backend issues
Sort by recently updated
recently updated
newest added

I'm getting an HTTP Error 400 at the second step, after pasting the verification code. Is this my error, or a 3.10 issue? Thanks!

I have received an email from Google that they are deprecating this method of obtaining access tokes for OAuth. I believe this is the method recommended in the README for...

Hi, First of all, I think this issue is not caused by `django-gmailapi-backend` but a Google OAuth2, even so, I expose my case for if I'm wrong. I configured the...

Hi, thanks for this lib. I managed to correctly send emails using your backend, but I just need one more thing: is it possible to change the email sender name?...

It's pretty common for an application to want to know the message id and thread id that gmail has assigned to a sent message. Currently, this backend doesn't provide any...

With `django-gmailapi-backend==0.2.0` I get the following error **AttributeError: 'ClientOptions' object has no attribute 'scopes'** if using together with `google-cloud-storage`. The error is when tries to get some file from storage....

When I try to generate the GMAIL_API_REFRESH_TOKEN using the command provided with the valid client_Id and client_secret information, the "gmail_auth2" script gave me a URL but when I copied and...

Hello I have trouble with a persisting error despite I change the refresh token ### Stacktrace error : ``` Internal Server Error: /accounts/login/ Traceback (most recent call last): File "C:\Users\user\AppData\Local\pypoetry\Cache\virtualenvs\my-project-django-pZNbMM_w-py3.11\Lib\site-packages\django\core\handlers\exception.py",...

I attempted to run the included gmail_oauth2 script to generate a refresh token for my GCP project so that I could include it in my Django project's environment and use...