Hi all,
I would like to start a discussion about bug #1541.
http://code.djangoproject.com/ticket/1541
There was some discussion in the past here
http://groups.google.com/group/django-developers/browse_thread/thread/9f9f1ff61e9314a5/aa9fac2811918961
There are three patches to add this feature. I
message capability
to Django. I would like to get feedback about this patch
http://code.djangoproject.com/attachment/ticket/1541/mail_attachment_as_str.diff
(the third patch submitted for the bug). This patch adds an extra
optional argument `attachments' to `send_mail()'. `attachments`
i
On 1/4/07, Suriya <[EMAIL PROTECTED]> wrote:
Russell Keith-Magee wrote:
>
> Read the thread on the ticket - Jacob has stated what is standing
> between the ticket and acceptance - documentation of the feature.
>
> Write some documentation (or at least get an intitial draft ready),
> add it to t
Russell Keith-Magee wrote:
Read the thread on the ticket - Jacob has stated what is standing
between the ticket and acceptance - documentation of the feature.
Write some documentation (or at least get an intitial draft ready),
add it to the patch, and we can get this feature into the trunk.
On 12/24/06, Suriya <[EMAIL PROTECTED]> wrote:
This is regarding ticket #1541
http://code.djangoproject.com/ticket/1541
...
I'd like to see this functionality in Django :) Is there anything else
stopping this ticket from being closed?
Read the thread on the ticket - Jacob has stated what is
Hello Developers,
This is regarding ticket #1541
http://code.djangoproject.com/ticket/1541
Could someone take a look at the patch and try to integrate it into
DJango? This patch allows Django to accept tuples of (attachment name,
content as fileobject) and create email attachments.
Another app