Re: django send_mail

2019-03-27 Thread Anirudh Jain
, wrote: > [image: isjs.PNG] > How to send this form in django send_mail. Thanks For Your Help. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails fro

django send_mail

2019-03-27 Thread Aayush Bhattarai
[image: isjs.PNG] How to send this form in django send_mail. Thanks For Your Help. -- 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-user

Re: django send_mail on production (gmail)

2018-07-04 Thread Kamal Sharma
Hey Jason, Thanks for suggestion i am i would like to try maiichimp because it is new for me Thank you On Wed, Jul 4, 2018 at 7:28 PM Jason wrote: > If you're hitting that limit, then you should either use your own mail > server or use mailchimp/some other service. There's nothing stopping th

Re: django send_mail on production (gmail)

2018-07-04 Thread Jason
If you're hitting that limit, then you should either use your own mail server or use mailchimp/some other service. There's nothing stopping this issue from happening again with gmail. So your fix is just a temporary one -- You received this message because you are subscribed to the Google Gro

Re: django send_mail on production (gmail)

2018-07-04 Thread Kamal Sharma
Hi Mikhailo, Thank you for reply. My send_mail problem has been resolved by changing the email id in production. Actually i have sent a lot of mails in production and then after a point it stop working as the gmail rule that we cannot use a large no of mail in free in just one day, gmail allow o

Re: django send_mail on production (gmail)

2018-07-03 Thread Jason
https://stackoverflow.com/help/how-to-ask Learning how to ask a good question, whatever language you speak, is an invaluable skill. On Tuesday, July 3, 2018 at 10:10:19 AM UTC-4, Mikhailo Keda wrote: > > More details is needed? Do you have any error? What hosting are you using? > What port ar

Re: django send_mail on production (gmail)

2018-07-03 Thread Mikhailo Keda
More details is needed? Do you have any error? What hosting are you using? What port are you using, is it open? -- 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 send_mail on production (gmail)

2018-07-03 Thread Kamal Sharma
Dear django community, I'm working on mail with django but it is working fine in my dev server (local) but on production it is not working. Can you help me please? Thanks Kamal Sharma -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Re: Django send_mail smtp gmail

2016-05-18 Thread James Schneider
> >>> from django.core.mail import send_mail > >>> send_mail('subject is', 'message is and is not 12342', ' fromem...@gmail.com', ['sen...@gmail.com']) > 1 > >>> > > I am receiving this email in my gmail account, incidently which is the same gmail account used for the smtp, but the from email is sh

Django send_mail smtp gmail

2016-05-18 Thread ofeyofey
Hi, I have set up smtp with a gmail account. When I use send_mail the from email is not showing up in the account receiving the email. Django settings.py # DEFAULT_FROM_EMAIL = 'sen...@gmail.com' EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'smtp.gmail.com' EMAIL_P

Django send_mail Admin Action

2013-10-21 Thread Daniel Worth
I'm working on a simple mailing list app using Django 1.5 my admin.py looks like this: from django.contrib import admin from mailing_list.models import MailingList from django.core.mail import send_mail from django import forms from django.shortcuts import render from django.http import HttpRespo

Django send_mail issue

2010-12-16 Thread Vikesh
Hi, I have never used sendmail in Ubuntu and I am not too good at networks. I was trying to implement a mail application in Django where I send a mail to the newly registered user for confirmation. I used the following settings in my settings.py file : EMAIL_HOST='localhost' #EMAIL_HOST_USER='vike