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.