Sorry - Its worth noting that you could start by working with the
EmailMultiAlternatives class in django.core.mail. It has a method
"attach_alternative()" that works on the EmailMessage subclass to
attach alternative representations of the content. I'm not sure what
the "right" way to send an encrypted message with GPG is, but that
might be something of use...

-joe

On 10/4/07, Joseph Heck <[EMAIL PROTECTED]> wrote:
> Nothing built in - You're going to have to head towards the low-level
> libraries to make this happen.
>
> -joe
>
> On 10/4/07, Francis <[EMAIL PROTECTED]> wrote:
> >
> > Hello,
> >
> > I need to send an email with a encrypted part in it. Is there a built-
> > in way to do this in python or django (since it is a django apps).
> > Maybe the entire can be encrypted, but it is only a piece that
> > requires it.
> >
> > i look at some encryption mechanism, but nothing seem to be
> > straightforward. (PGP, OTP)
> >
> > Francis
> >
> >
> > > >
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to