Re: Email Middleware

2015-07-09 Thread Stefano Probst
I implement the software now as a custom email backend 
.
 
My backend manipulate the content of the message and act as wrapper for the 
real mail backend.

-- 
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-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f3de37c4-bcd6-401e-88c5-19a7216d3f73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Email Middleware

2015-07-08 Thread Stefano Probst
Hello,
i search for a universal way to modify the content of a mail before send 
it. Is there a middleware like system for mails?
Background: I want to program a system which encrypt outgoing mails via PGP.

Best regard
Stefano

-- 
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-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6c987d84-2205-4e4d-a131-0d3cbf4fd923%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.