Re: [Django] #24419: Testing email settings

2015-02-26 Thread Django
#24419: Testing email settings
---+--
 Reporter:  gavinwahl  |Owner:  nobody
 Type:  Uncategorized  |   Status:  new
Component:  Core (Mail)|  Version:  master
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by timgraham):

 I don't see much advantage to a management command compared to opening a
 shell and invoking `send_mail()` as you see fit (besides saving some
 keystrokes).

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.90dc2814612aa10169f97bfde5927139%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24419: Testing email settings

2015-02-26 Thread Django
#24419: Testing email settings
---+--
 Reporter:  gavinwahl  |Owner:  nobody
 Type:  Uncategorized  |   Status:  new
Component:  Core (Mail)|  Version:  master
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by collinanderson):

 * cc: cmawebsite@… (added)
 * needs_docs:   => 0
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 The django developers list is usually the best place to discuss new
 features.

 My thoughts on your code:
  - If you set from_email=None, it should pick up the defaults
 automatically.
  - fail_silently defaults to False.

 Maybe it would be more useful to try to mimic the unix mail/sendmail
 commands, so you can use it even for non testing situations.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.8ef707bdf82ce7160c6ae5d3ec39dd43%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #24419: Testing email settings

2015-02-26 Thread Django
#24419: Testing email settings
---+
 Reporter:  gavinwahl  |  Owner:  nobody
 Type:  Uncategorized  | Status:  new
Component:  Core (Mail)|Version:  master
 Severity:  Normal |   Keywords:
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  0  |  UI/UX:  0
---+
 When configuring django to send emails through an SMTP server, there are
 usually many different settings to try to get it to work. I've written a
 management command that just sends an email to make testing the settings
 easier. I'm wonder if there's any interest in including this command in
 django?

 Here's the command: https://github.com/fusionbox/django-
 fusionbox/blob/master/fusionbox/core/management/commands/send_test_email.py

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.e8ab5bde57dc3538d4892bc6af2bed84%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.