Re: [Radiant] Another question about database_mailer - capturing a file?

2009-10-26 Thread Cristi Duma
1. Any attachments that the e-mail might have will be automatically saved on
the file system. They can be downloaded from the details page of every
record.

2. You need r:mailer:file name=attachment / but the official version of
mailer doesn't support mail attachments. Jomz had a version, which we took
and merged into our version of
mailerhttp://github.com/Aissac/radiant-mailer-extension



On Mon, Oct 26, 2009 at 7:03 PM, Nate Turnage pixeln...@gmail.com wrote:

 How do I set up a column in the environment for database_mailer to capture
 a
 file submitted by a user?

 And more of a mailer question:
 How can I include that file in the email set out with mailer?



 ~Nate
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Another question about database_mailer - capturing a file?

2009-10-26 Thread Nate Turnage
On Mon, Oct 26, 2009 at 12:10 PM, Cristi Duma cristi.d...@aissac.ro wrote:

 1. Any attachments that the e-mail might have will be automatically saved
 on
 the file system. They can be downloaded from the details page of every
 record.


OK, that clears that up.


 2. You need r:mailer:file name=attachment / but the official version of
 mailer doesn't support mail attachments. Jomz had a version, which we took
 and merged into our version of
 mailerhttp://github.com/Aissac/radiant-mailer-extension


Alright. I have your version installed. I have to say, though, that it would
be really nice if the 20+ forks of mailer could all be wrangled into the
main version of mailer. I would love to have a mailer that worked with file
attachments [multiple attachments?], captured the info in database_mailer
*and* made use of Recaptcha. It is frustrating trying to decipher the
network graph to figure out which extension(s) to use sometimes.

Thanks for your help, Cristi.


~Nate
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Another question about database_mailer - capturing a file?

2009-10-26 Thread Cristi Duma
Well, although we use mailer extension on every site, database-mailer was
used only a few times and we never needed Recaptcha. But, I think it is a
good idea. Maybe someone will do it, when they need it.

At the moment, for multiple attachments you can just add more file fields,
Don't know if there is a flash uploader.

Cristi


On Mon, Oct 26, 2009 at 7:36 PM, Nate Turnage pixeln...@gmail.com wrote:

 On Mon, Oct 26, 2009 at 12:10 PM, Cristi Duma cristi.d...@aissac.ro
 wrote:

  1. Any attachments that the e-mail might have will be automatically saved
  on
  the file system. They can be downloaded from the details page of every
  record.
 

 OK, that clears that up.


  2. You need r:mailer:file name=attachment / but the official version
 of
  mailer doesn't support mail attachments. Jomz had a version, which we
 took
  and merged into our version of
  mailerhttp://github.com/Aissac/radiant-mailer-extension


 Alright. I have your version installed. I have to say, though, that it
 would
 be really nice if the 20+ forks of mailer could all be wrangled into the
 main version of mailer. I would love to have a mailer that worked with file
 attachments [multiple attachments?], captured the info in database_mailer
 *and* made use of Recaptcha. It is frustrating trying to decipher the
 network graph to figure out which extension(s) to use sometimes.

 Thanks for your help, Cristi.


 ~Nate
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant