Re: Help on Email Sending with the Gmail SMTP server.

2024-12-05 Thread Luis Zárate
Do you configure the "*Less secure app access*" in your gmail account?

https://mailtrap.io/blog/gmail-smtp/

El jue, 5 dic 2024 a las 9:52, George Joseph ()
escribió:

> Hi, Try by creating app password from your  g-suite. Thanks and regards.
>
>
> On Thursday, October 31, 2024 at 6:48:46 PM UTC+5:30 ALINDA Fortunate
> wrote:
>
>> Hello Team, I am requesting for assistance on how to send email using
>> Django by the Gmail SMTP server, I have set up the app configured the
>> credentials but i am getting this error message, some help.
>>
>> smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not
>> accepted. For more information, go to\n5.7.8
>> https://support.google.com/mail/?p=BadCredentials
>> a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')
>>
>> [image: image.png]
>>
>> --
>> ALINDA Fortunate
>> Graduate Of Computer Science
>> Gulu University
>> Passionate about Software Development in Python
>> If you can't explain it simply, you don't understand it well enough.
>> [email protected].
>> +256 774339676 <+256%20774%20339676> / +256 702910041
>> <+256%20702%20910041>
>> Kagadi.
>>
> --
> 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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/6abf4d53-9d81-4841-9e64-ae6d65e66cb8n%40googlegroups.com
> 
> .
>


-- 
"La utopía sirve para caminar" Fernando Birri

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAG%2B5VyNZ4tT_k3hBhp6B2M67O0kY9NaKcbNOo7FxYDfA-7FzHw%40mail.gmail.com.


Re: Help on Email Sending with the Gmail SMTP server.

2024-12-05 Thread George Joseph
Hi, Try by creating app password from your  g-suite. Thanks and regards.


On Thursday, October 31, 2024 at 6:48:46 PM UTC+5:30 ALINDA Fortunate wrote:

> Hello Team, I am requesting for assistance on how to send email using 
> Django by the Gmail SMTP server, I have set up the app configured the 
> credentials but i am getting this error message, some help.
>
> smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not 
> accepted. For more information, go to\n5.7.8  
> https://support.google.com/mail/?p=BadCredentials 
> a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')
>
> [image: image.png]
>
> -- 
> ALINDA Fortunate
> Graduate Of Computer Science
> Gulu University
> Passionate about Software Development in Python
> If you can't explain it simply, you don't understand it well enough.
> [email protected].
> +256 774339676 <+256%20774%20339676> / +256 702910041 
> <+256%20702%20910041>
> Kagadi.
>

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/6abf4d53-9d81-4841-9e64-ae6d65e66cb8n%40googlegroups.com.


Re: Help on Email Sending with the Gmail SMTP server.

2024-11-01 Thread ALINDA Fortunate
Hello friends I am using it for development and learning purposes.

I had earlier on used SendGrid on a production environment.

For now I am on my way mastering Django and I appreciate the feedback from
each one of you.

When I cross over to production I will be leveraging on some
recommendations from the team.

Thank you all.
+256774339676

 "If you want to live a happy life, tie it to a goal, not to people or
things."

A graduate of Bachelors Degree of Science in Computer Science of Gulu
University.

@FortunateAlinda
Passionate about Python Development
And Computer related Dynamics

On Thu, Oct 31, 2024, 21:38 Sadiq Cp  wrote:

> Hi Alinda,
>
> So you are using smtplib for email. From my experience on working with
> smtplib, its a good choice for testing mail during development phase. But
> in production, it takes a long time.
>
> Try choosing WEB3forms. Its easy to implement and better in production.
>
> Thanks..
>
> On Thu, 31 Oct 2024 at 23:29, ALINDA Fortunate 
> wrote:
>
>> Thanks so much Team, it has finally worked, I created a secure app and it
>> worked perfectly. Thank you I am humbled for you guidance.
>> +256774339676
>>
>>  "If you want to live a happy life, tie it to a goal, not to people or
>> things."
>>
>> A graduate of Bachelors Degree of Science in Computer Science of Gulu
>> University.
>>
>> @FortunateAlinda
>> Passionate about Python Development
>> And Computer related Dynamics
>>
>> On Thu, Oct 31, 2024, 17:47 Sang  wrote:
>>
>>> I assume you need to enable IMAP and POP settings. I haven't tried it
>>> for a while, this is for paid gsuite workspace emails
>>> https://support.google.com/a/answer/9003945?hl=en
>>>
>>> Have you configured it the setting for your Gmail to use third party
>>> apps??
>>>
>>> On Thu, Oct 31, 2024, 18:48 ALINDA Fortunate 
>>> wrote:
>>>
 Hello Team, I am requesting for assistance on how to send email using
 Django by the Gmail SMTP server, I have set up the app configured the
 credentials but i am getting this error message, some help.

 smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password
 not accepted. For more information, go to\n5.7.8
 https://support.google.com/mail/?p=BadCredentials
 a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')

 [image: image.png]

 --
 ALINDA Fortunate
 Graduate Of Computer Science
 Gulu University
 Passionate about Software Development in Python
 If you can't explain it simply, you don't understand it well enough.
 [email protected] .
 +256 774339676 / +256 702910041
 Kagadi.

 --
 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 [email protected].
 To view this discussion visit
 https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%40mail.gmail.com
 
 .

>>> --
>>> 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 [email protected].
>>> To view this discussion visit
>>> https://groups.google.com/d/msgid/django-users/CAMg_NacgeLe6m_O3DbwEsFHMuC41pZ0bkQ%2BVb%3DJqoahEUvHU8A%40mail.gmail.com
>>> 
>>> .
>>>
>> --
>> 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 [email protected].
>> To view this discussion visit
>> https://groups.google.com/d/msgid/django-users/CAPifpCuB9g4fSWhsOZeqYS7PO4UPSBmELbgPAeNTry8LijNVrw%40mail.gmail.com
>> 
>> .
>>
> --
> 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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/CACj%3Dw3f%3D8ka3dhBxRHrEPfxmp1xtkwPot0nwmPdBtzQDD5%3Di6A%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscrib

Re: Help on Email Sending with the Gmail SMTP server.

2024-10-31 Thread Sadiq Cp
Hi Alinda,

So you are using smtplib for email. From my experience on working with
smtplib, its a good choice for testing mail during development phase. But
in production, it takes a long time.

Try choosing WEB3forms. Its easy to implement and better in production.

Thanks..

On Thu, 31 Oct 2024 at 23:29, ALINDA Fortunate 
wrote:

> Thanks so much Team, it has finally worked, I created a secure app and it
> worked perfectly. Thank you I am humbled for you guidance.
> +256774339676
>
>  "If you want to live a happy life, tie it to a goal, not to people or
> things."
>
> A graduate of Bachelors Degree of Science in Computer Science of Gulu
> University.
>
> @FortunateAlinda
> Passionate about Python Development
> And Computer related Dynamics
>
> On Thu, Oct 31, 2024, 17:47 Sang  wrote:
>
>> I assume you need to enable IMAP and POP settings. I haven't tried it for
>> a while, this is for paid gsuite workspace emails
>> https://support.google.com/a/answer/9003945?hl=en
>>
>> Have you configured it the setting for your Gmail to use third party
>> apps??
>>
>> On Thu, Oct 31, 2024, 18:48 ALINDA Fortunate 
>> wrote:
>>
>>> Hello Team, I am requesting for assistance on how to send email using
>>> Django by the Gmail SMTP server, I have set up the app configured the
>>> credentials but i am getting this error message, some help.
>>>
>>> smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not
>>> accepted. For more information, go to\n5.7.8
>>> https://support.google.com/mail/?p=BadCredentials
>>> a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')
>>>
>>> [image: image.png]
>>>
>>> --
>>> ALINDA Fortunate
>>> Graduate Of Computer Science
>>> Gulu University
>>> Passionate about Software Development in Python
>>> If you can't explain it simply, you don't understand it well enough.
>>> [email protected] .
>>> +256 774339676 / +256 702910041
>>> Kagadi.
>>>
>>> --
>>> 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 [email protected].
>>> To view this discussion visit
>>> https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%40mail.gmail.com
>>> 
>>> .
>>>
>> --
>> 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 [email protected].
>> To view this discussion visit
>> https://groups.google.com/d/msgid/django-users/CAMg_NacgeLe6m_O3DbwEsFHMuC41pZ0bkQ%2BVb%3DJqoahEUvHU8A%40mail.gmail.com
>> 
>> .
>>
> --
> 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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/CAPifpCuB9g4fSWhsOZeqYS7PO4UPSBmELbgPAeNTry8LijNVrw%40mail.gmail.com
> 
> .
>

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CACj%3Dw3f%3D8ka3dhBxRHrEPfxmp1xtkwPot0nwmPdBtzQDD5%3Di6A%40mail.gmail.com.


Re: Help on Email Sending with the Gmail SMTP server.

2024-10-31 Thread Reddy Tintaya
Isn’t it a risky way? Especially if you are just starting and don’t know too 
much about security.
I would use MailChimp or any other service that can send the emails.

https://testdriven.io/blog/django-mailchimp/
Integrating Mailchimp with Django
testdriven.io


Regards
Reddy Tintaya
> On 31 Oct 2024, at 12:59 PM, ALINDA Fortunate  
> wrote:
> 
> Thanks so much Team, it has finally worked, I created a secure app and it 
> worked perfectly. Thank you I am humbled for you guidance.
> 
> +256774339676
> 
>  "If you want to live a happy life, tie it to a goal, not to people or 
> things."
> 
> A graduate of Bachelors Degree of Science in Computer Science of Gulu 
> University.
> 
> @FortunateAlinda
> Passionate about Python Development
> And Computer related Dynamics
> 
> On Thu, Oct 31, 2024, 17:47 Sang  > wrote:
>> I assume you need to enable IMAP and POP settings. I haven't tried it for a 
>> while, this is for paid gsuite workspace emails 
>> https://support.google.com/a/answer/9003945?hl=en
>> 
>> Have you configured it the setting for your Gmail to use third party apps??
>> 
>> On Thu, Oct 31, 2024, 18:48 ALINDA Fortunate > > wrote:
>>> Hello Team, I am requesting for assistance on how to send email using 
>>> Django by the Gmail SMTP server, I have set up the app configured the 
>>> credentials but i am getting this error message, some help.
>>> 
>>> smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not 
>>> accepted. For more information, go to\n5.7.8  
>>> https://support.google.com/mail/?p=BadCredentials 
>>> a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')
>>> 
>>> 
>>> 
>>> --
>>> ALINDA Fortunate
>>> Graduate Of Computer Science
>>> Gulu University
>>> Passionate about Software Development in Python
>>> If you can't explain it simply, you don't understand it well enough.
>>> [email protected] .
>>> +256 774339676 / +256 702910041
>>> Kagadi.
>>> 
>>> -- 
>>> 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 [email protected] 
>>> .
>>> To view this discussion visit 
>>> https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%40mail.gmail.com
>>>  
>>> .
>> 
>> 
>> -- 
>> 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 [email protected] 
>> .
>> To view this discussion visit 
>> https://groups.google.com/d/msgid/django-users/CAMg_NacgeLe6m_O3DbwEsFHMuC41pZ0bkQ%2BVb%3DJqoahEUvHU8A%40mail.gmail.com
>>  
>> .
> 
> 
> -- 
> 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 [email protected] 
> .
> To view this discussion visit 
> https://groups.google.com/d/msgid/django-users/CAPifpCuB9g4fSWhsOZeqYS7PO4UPSBmELbgPAeNTry8LijNVrw%40mail.gmail.com
>  
> .

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/5C42E338-2A0D-495F-A020-255098BB69A6%40momnt.com.


Re: Help on Email Sending with the Gmail SMTP server.

2024-10-31 Thread ALINDA Fortunate
Thanks so much Team, it has finally worked, I created a secure app and it
worked perfectly. Thank you I am humbled for you guidance.
+256774339676

 "If you want to live a happy life, tie it to a goal, not to people or
things."

A graduate of Bachelors Degree of Science in Computer Science of Gulu
University.

@FortunateAlinda
Passionate about Python Development
And Computer related Dynamics

On Thu, Oct 31, 2024, 17:47 Sang  wrote:

> I assume you need to enable IMAP and POP settings. I haven't tried it for
> a while, this is for paid gsuite workspace emails
> https://support.google.com/a/answer/9003945?hl=en
>
> Have you configured it the setting for your Gmail to use third party apps??
>
> On Thu, Oct 31, 2024, 18:48 ALINDA Fortunate 
> wrote:
>
>> Hello Team, I am requesting for assistance on how to send email using
>> Django by the Gmail SMTP server, I have set up the app configured the
>> credentials but i am getting this error message, some help.
>>
>> smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not
>> accepted. For more information, go to\n5.7.8
>> https://support.google.com/mail/?p=BadCredentials
>> a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')
>>
>> [image: image.png]
>>
>> --
>> ALINDA Fortunate
>> Graduate Of Computer Science
>> Gulu University
>> Passionate about Software Development in Python
>> If you can't explain it simply, you don't understand it well enough.
>> [email protected] .
>> +256 774339676 / +256 702910041
>> Kagadi.
>>
>> --
>> 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 [email protected].
>> To view this discussion visit
>> https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%40mail.gmail.com
>> 
>> .
>>
> --
> 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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/CAMg_NacgeLe6m_O3DbwEsFHMuC41pZ0bkQ%2BVb%3DJqoahEUvHU8A%40mail.gmail.com
> 
> .
>

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAPifpCuB9g4fSWhsOZeqYS7PO4UPSBmELbgPAeNTry8LijNVrw%40mail.gmail.com.


Re: Help on Email Sending with the Gmail SMTP server.

2024-10-31 Thread Sang
I assume you need to enable IMAP and POP settings. I haven't tried it for a
while, this is for paid gsuite workspace emails
https://support.google.com/a/answer/9003945?hl=en

Have you configured it the setting for your Gmail to use third party apps??

On Thu, Oct 31, 2024, 18:48 ALINDA Fortunate 
wrote:

> Hello Team, I am requesting for assistance on how to send email using
> Django by the Gmail SMTP server, I have set up the app configured the
> credentials but i am getting this error message, some help.
>
> smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not
> accepted. For more information, go to\n5.7.8
> https://support.google.com/mail/?p=BadCredentials
> a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')
>
> [image: image.png]
>
> --
> ALINDA Fortunate
> Graduate Of Computer Science
> Gulu University
> Passionate about Software Development in Python
> If you can't explain it simply, you don't understand it well enough.
> [email protected] .
> +256 774339676 / +256 702910041
> Kagadi.
>
> --
> 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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%40mail.gmail.com
> 
> .
>

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAMg_NacgeLe6m_O3DbwEsFHMuC41pZ0bkQ%2BVb%3DJqoahEUvHU8A%40mail.gmail.com.


Re: Help on Email Sending with the Gmail SMTP server.

2024-10-31 Thread Pablo Riquelme
To use Gmail with user and password you need to enable "Insecure apps" in
your Gmail account, I don't remember if this setting gives you an specific
password different from your normal login or not, but I don't recommend
using Gmail as SMTP because it can flag your account as spam and block it,
I use zeptomail from Zoho to send transactional emails, it's cheap and less
difficult to gain prod access

El jue, 31 de oct de 2024, 10:18 a. m., ALINDA Fortunate <
[email protected]> escribió:

> Hello Team, I am requesting for assistance on how to send email using
> Django by the Gmail SMTP server, I have set up the app configured the
> credentials but i am getting this error message, some help.
>
> smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not
> accepted. For more information, go to\n5.7.8
> https://support.google.com/mail/?p=BadCredentials
> a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')
>
> [image: image.png]
>
> --
> ALINDA Fortunate
> Graduate Of Computer Science
> Gulu University
> Passionate about Software Development in Python
> If you can't explain it simply, you don't understand it well enough.
> [email protected] .
> +256 774339676 / +256 702910041
> Kagadi.
>
> --
> 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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%40mail.gmail.com
> 
> .
>

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CANfGmWHvr%3Dye6Rp7XKACdYbvOU6hsg1KmKrX%3DnH9dbJ0RTkVBg%40mail.gmail.com.


Re: Help on Email Sending with the Gmail SMTP server.

2024-10-31 Thread Nathaniel Anania
Hi Alinda,

With Google, you have to create a special app password don't use password
of your email . follow this guide to create app password How To create App
Password

.

Regards,
Nathaniel Anania

On Thu, Oct 31, 2024 at 4:17 PM ALINDA Fortunate 
wrote:

> Hello Team, I am requesting for assistance on how to send email using
> Django by the Gmail SMTP server, I have set up the app configured the
> credentials but i am getting this error message, some help.
>
> smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not
> accepted. For more information, go to\n5.7.8
> https://support.google.com/mail/?p=BadCredentials
> a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')
>
> [image: image.png]
>
> --
> ALINDA Fortunate
> Graduate Of Computer Science
> Gulu University
> Passionate about Software Development in Python
> If you can't explain it simply, you don't understand it well enough.
> [email protected] .
> +256 774339676 / +256 702910041
> Kagadi.
>
> --
> 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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%40mail.gmail.com
> 
> .
>

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CACgiaOV-BvN7VgVMBcegZogJ2%2BWYae9rCvNCyo9BQWUqmofU-g%40mail.gmail.com.