Ticket #599 (new enhancement)

Opened 8 months ago

Last modified 1 month ago

[PATCH] Implement file attachments for the Mailer extension with upload status.

Reported by: tobin.richard Assigned to:
Priority: minor Milestone: Extensions
Component: extensions Keywords: mailer file upload email
Cc:

Description

This patch allows for files to be sent as attachments from Mailer page forms.

A configurable filesize limit has been introduced and the mailer:get tag has been improved to display filenames in email and email_html parts.

See the updated README for more information.

Attachments

mailer-file-uploads.diff (10.8 kB) - added by tobin.richard on 01/16/08 16:34:44.
Improved version of the file attachment patch.
mailer-file-uploads-with-submit-placeholder.diff (15.6 kB) - added by tobin.richard on 01/16/08 17:18:40.
Mailer extension file attachment support and submission status placeholder functionality.

Change History

01/15/08 17:53:33 changed by tobin.richard

Ok, there're a couple of small issues with the patch as it stands. I'll upload an improved version in a few hours/days.

01/16/08 16:34:44 changed by tobin.richard

  • attachment mailer-file-uploads.diff added.

Improved version of the file attachment patch.

01/16/08 17:17:49 changed by tobin.richard

  • keywords set to mailer file upload email.
  • summary changed from [PATCH] Implement file attachments for the Mailer extension. to [PATCH] Implement file attachments for the Mailer extension with upload status..

Since file uploads can take a long time and end users are fidgety, I've also implemented a submission placeholder. You may use a <r:mailer:submit_placeholder /> tag in a form which will render a hidden div containing the contents of a submit_placeholder page part. When the form is submitted all submit buttons on the page are disabled and the div is displayed.

This patch includes all of the changes made in mailer-file-uploads.diff.

01/16/08 17:18:40 changed by tobin.richard

  • attachment mailer-file-uploads-with-submit-placeholder.diff added.

Mailer extension file attachment support and submission status placeholder functionality.

07/27/08 18:30:47 changed by seancribbs

  • milestone set to Extensions.