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

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

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

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 20

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

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

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 w

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 u

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, 2