Assuming the question is: "How do I send mail using my gmail account?"

                ret = connection.send_messages([email])
https://github.com/CarlFK/veyepar/blob/master/dj/scripts/email_ab.py#L140

In my local_settings.py:

EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_HOST_USER="c...@nextdayvideo.com"
EMAIL_HOST_PASSWORD="mypassword"

On Sun, Aug 27, 2023 at 1:23 PM 'Kasper Laudrup' via Django users
<django-users@googlegroups.com> wrote:
>
> On 26/08/2023 13.59, TASLIMA S wrote:
> >
> > Dear friends,
> > I am developing an email signature web application.
> > How to access gmail mails to my application.
> >
>
> https://developers.google.com/gmail/api/guides
>
> Kind regards,
> Kasper Laudrup
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/2e0feaab-2b9d-4901-9546-299a81e5ac3e%40stacktrace.dk.



-- 
Carl K

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADmzSSg_exhigdMirFwJ1%3D%3DprXsoh%2B4L9Jn1RWbksFyNcqy%3Diw%40mail.gmail.com.

Reply via email to