windows - How to automatically upload e-mail attachments

06
2013-08
  • Fa3ien

    When I have an e-mail with an attachment that exceeds usual limits (say 10 Mb), I upload the file to a private remote FTP server (using a simple homemade PHP upload tool), and I add the link to my e-mail message. Of course it works, but it's still a little time-consuming compared to dropping an attachment in an e-mail.

    Is there any existing tool, plugin, whatever, that would let me attach files of any size to my e-mails, and automatically upload the big ones on FTP and add the link in the message ?

    • OS : Win 7, Win XP
    • Mail client : Thunderbird (I've looked into TB extensions, no luck)
    • Mail server : Mercury Mail Transport (smtp through relay)
    • Private remote FTP

    I'm not afraid of a little scripting/programming, if needed, but I don't really see where to begin.

  • Answers
  • Bibhas

    I think Tonsho is what you're looking for. But its a paid service.

    Tonsho is an interesting twist to the service. Rather than uploading files yourself, you can use a normal email client such as Microsoft outlook and Thunderbird, and send your email normally. Your email will then pass through Tonsho servers and if the attachments are too large, it will automatically upload it to a server, and provide the recipient a link.

    Update: It seems Thunderbird is already planning it. Its a project called BigFiles And they've targeted Thunderbird 11 to release it.

  • Nick2253

    Your best bet is to probably make a custom Thunderbird add-on. Mozilla has published resources on making an extension here: https://developer.mozilla.org/en/Building_a_Thunderbird_extension

    The code for your extension would need to do the following (probably on send):

    1. Identify the size of the attachments.
    2. (Optional) If the attachments are too big, prompt the user if they want to use tho FTP upload.
    3. Once you know you need the FTP upload, copy the file to the FTP server. (For information on FTP access, look at the FireFTP add-on for Firefox)
    4. Generate a link to the uploaded file.
    5. Delete the attachment and append a link to the bottom of the email.
    6. Send the email now sans attachment.
  • Will

    I would look at some of the commercial solutions. For example, the file mailer in BarracudaDrive provides some interesting features such as password protection and sending to multiple recipients.

    See the following blog for more info: http://barracudadrive.net/blog/2011/08/Securely-distribute-large-files-via-emails

    The File Mailer is a product integrated with the BarracudaDrive WebDAV and Web File Manager. Files of any size can be uploaded using WebDAV or the drag and drop box feature in the Web File Manager. These files can then be sent as attachments or links to individuals or to predefined lists. Files can be emailed to an unlimited amount of lists and each list can have an unlimited amount of contacts.

    The File Mailer is built on top of the existing multi user Web File Manager. Users with access to the Web File Manager can email any file they have access to via the constraints set by the administrator. Users with access to the File Mailer Administrator Panel can also create and manage contact lists, manage mail jobs, view the download history, etc.

    The file Mailer is useful if you require any of the following:

    • secure and encrypted distribution of any type of non tangible items.
    • distribution of files that are too big for regular email.
    • easy distribution of data to many, even a very large number of, customers/contacts.
    • tracking of the data distributed, or require verification of delivery.
    • customized data for each customer/contact in a distribution list. Data can be customized by

  • Related Question

    email - Detaching attachments from messages in Opera mail
  • random

    How do you detach or sever attachments from emails in Opera?

    In Thunderbird, you can easily right-click the file(s) and delete or detach. The message remains intact, but the cruft of unwanted file(s) is now gone.

    Is there a way to carry out this same, or a similar, operation in Opera Mail?

    Opera 9.63 on Windows XP (but open to methods on other versions/OS)


  • Related Answers
  • LachlanG

    Not to my knowledge. Not a bad idea for a feature though.