Re: GPG/PGP Signed with Email Component

2011-07-22 Thread bujanga
The email component is extensible. See this example: http://bakery.cakephp.org/articles/dankroad/2011/01/30/integrate_amazon_simple_email_service_ses_into_existing_application While it's purpose is different than yours it should give some ideas. On Fri, Jul 22, 2011 at 8:44 AM, Christophe Vande

Re: GPG/PGP Signed with Email Component

2011-07-22 Thread Christophe Vandeplas
Hello bujanga, That's indeed what I am doing now, but it is a violation of the MVC principle. So I'd like to do it the clean way, but I need a little help to get started. Of course I'll publish any final code if it becomes a plugin/component ... On Mon, Jul 18, 2011 at 10:21 PM, bujanga wrote:

Re: GPG/PGP Signed with Email Component

2011-07-18 Thread bujanga
I do something very similar. Though I send plain text email only. I create my data as fully formatted, sign/encrypt it and then send it to a template that just outputs the field. On Mon, Jul 18, 2011 at 12:16 PM, Christophe Vandeplas wrote: > Hello, > > > My webapplication needs to send out email